{"version":"1.0","provider_name":"Hong Kong Baptist Theological Seminary","provider_url":"https:\/\/www.hkbts.edu.hk\/en","author_name":"wordpress_publish","author_url":"https:\/\/www.hkbts.edu.hk\/en\/?p=author\/wordpress_publish\/","title":"\u60b2\u50b7\u5b63\u7bc0\u4e2d\u7684\u601d\u8003\u548c\u76f8\u4fe1 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"3IVz4QYMGQ\"><a href=\"https:\/\/www.hkbts.edu.hk\/en\/presmessage\/reasoning-and-believing-in-this-sorrowful-season\/\">Reasoning and Believing in this Sorrowful Season<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/en\/presmessage\/reasoning-and-believing-in-this-sorrowful-season\/embed\/#?secret=3IVz4QYMGQ\" width=\"600\" height=\"338\" title=\"\u201cThinking and believing in a season of grief\u201d \u2014 Hong Kong Baptist Theological Seminary\" data-secret=\"3IVz4QYMGQ\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" class=\"wp-embedded-content\"><\/iframe><script>\n\/**\n * WordPress inline HTML embed\n *\n * @since 4.4.0\n * @output wp-includes\/js\/wp-embed.js\n *\n * Single line comments should not be used since they will break\n * the script when inlined in get_post_embed_html(), specifically\n * when the comments are not stripped out due to SCRIPT_DEBUG\n * being turned on.\n *\/\n(function ( window, document ) {\n\t'use strict';\n\n\t\/* Abort for ancient browsers. *\/\n\tif ( ! document.querySelector || ! window.addEventListener || typeof URL === 'undefined' ) {\n\t\treturn;\n\t}\n\n\t\/** @namespace wp *\/\n\twindow.wp = window.wp || {};\n\n\t\/* Abort if script was already executed. *\/\n\tif ( !! window.wp.receiveEmbedMessage ) {\n\t\treturn;\n\t}\n\n\t\/**\n\t * Receive embed message.\n\t *\n\t * @param {MessageEvent} e\n\t *\/\n\twindow.wp.receiveEmbedMessage = function( e ) {\n\t\tvar data = e.data;\n\n\t\t\/* Verify shape of message. *\/\n\t\tif (\n\t\t\t! ( data || data.secret || data.message || data.value ) ||\n\t\t\t\/[^a-zA-Z0-9]\/.test( data.secret )\n\t\t) {\n\t\t\treturn;\n\t\t}\n\n\t\tvar iframes = document.querySelectorAll( 'iframe[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tblockquotes = document.querySelectorAll( 'blockquote[data-secret=\"' + data.secret + '\"]' ),\n\t\t\tallowedProtocols = new RegExp( '^https?:$', 'i' ),\n\t\t\ti, source, height, sourceURL, targetURL;\n\n\t\tfor ( i = 0; i < blockquotes.length; i++ ) {\n\t\t\tblockquotes[ i ].style.display = 'none';\n\t\t}\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\tsource = iframes[ i ];\n\n\t\t\tif ( e.source !== source.contentWindow ) {\n\t\t\t\tcontinue;\n\t\t\t}\n\n\t\t\tsource.removeAttribute( 'style' );\n\n\t\t\tif ( 'height' === data.message ) {\n\t\t\t\t\/* Resize the iframe on request. *\/\n\t\t\t\theight = parseInt( data.value, 10 );\n\t\t\t\tif ( height > 1000 ) {\n\t\t\t\t\theight = 1000;\n\t\t\t\t} else if ( ~~height < 200 ) {\n\t\t\t\t\theight = 200;\n\t\t\t\t}\n\n\t\t\t\tsource.height = height;\n\t\t\t} else if ( 'link' === data.message ) {\n\t\t\t\t\/* Link to a specific URL on request. *\/\n\t\t\t\tsourceURL = new URL( source.getAttribute( 'src' ) );\n\t\t\t\ttargetURL = new URL( data.value );\n\n\t\t\t\tif (\n\t\t\t\t\tallowedProtocols.test( targetURL.protocol ) &&\n\t\t\t\t\ttargetURL.host === sourceURL.host &&\n\t\t\t\t\tdocument.activeElement === source\n\t\t\t\t) {\n\t\t\t\t\twindow.top.location.href = data.value;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t};\n\n\tfunction onLoad() {\n\t\tvar iframes = document.querySelectorAll( 'iframe.wp-embedded-content' ),\n\t\t\ti, source, secret;\n\n\t\tfor ( i = 0; i < iframes.length; i++ ) {\n\t\t\t\/** @var {IframeElement} *\/\n\t\t\tsource = iframes[ i ];\n\n\t\t\tsecret = source.getAttribute( 'data-secret' );\n\t\t\tif ( ! secret ) {\n\t\t\t\t\/* Add secret to iframe *\/\n\t\t\t\tsecret = Math.random().toString( 36 ).substring( 2, 12 );\n\t\t\t\tsource.src += '#?secret=' + secret;\n\t\t\t\tsource.setAttribute( 'data-secret', secret );\n\t\t\t}\n\n\t\t\t\/*\n\t\t\t * Let post embed window know that the parent is ready for receiving the height message, in case the iframe\n\t\t\t * loaded before wp-embed.js was loaded. When the ready message is received by the post embed window, the\n\t\t\t * window will then (re-)send the height message right away.\n\t\t\t *\/\n\t\t\tsource.contentWindow.postMessage( {\n\t\t\t\tmessage: 'ready',\n\t\t\t\tsecret: secret\n\t\t\t}, '*' );\n\t\t}\n\t}\n\n\twindow.addEventListener( 'message', window.wp.receiveEmbedMessage, false );\n\tdocument.addEventListener( 'DOMContentLoaded', onLoad, false );\n})( window, document );\n\/\/# sourceURL=https:\/\/www.hkbts.edu.hk\/wp-includes\/js\/wp-embed.js\n<\/script>","description":"\u5b78\u9662\u7c21\u4ecb \u8fd4\u56de\u4e3b\u9801 \u9662\u9577\u7684\u8a71 \u66f9\u5049\u5f64\u9662\u9577 \u60b2\u50b7\u5b63\u7bc0\u4e2d\u7684\u601d\u8003\u548c\u76f8\u4fe1 \u4e0a\u4e00\u671f\u300c\u9662\u9577\u7684\u8a71\u300d\uff0c\u6211\u63d0\u53ca\u6211\u5011\u8655\u8eab\u5728\u60b2\u50b7\u7684\u5b63\u7bc0\u3002\u6211\u5011\u65e2\u8981\u9762\u5c0d\u9999\u6e2f\u7684\u60c5\u6cc1\uff0c\u4e5f\u5805\u6301\u5728\u5b78\u9662\u548c\u6559\u6703\u4e2d\u656c\u62dc\u795e\u3002\u6211\u5011\u77e5\u9053\u81ea\u5df1\u662f\u4e3b\u4eba\u8170\u4e0a\u7684\u5e36\u5b50\uff0c\u6240\u4ee5\u8981\u7e7c\u7e8c\u8cbc\u8fd1\u795e\uff1a\u807d\u5f9e\u7942\uff0c\u5c0b\u627e\u7942\uff0c\u5411\u7942\u79b1\u544a\u3002\u6309\u6b64\uff0c\u6211\u5011\u5e2b\u751f\u4e00\u540c\u505a\u9069\u5207\u7684\u795e\u5b78\u3002 \u60b2\u50b7\u5b63\u7bc0\u4e2d\u656c\u62dc\u795e \u3000\u3000\u5728\u9019\u60b2\u50b7\u98a8\u96e8\u7684\u5b63\u7bc0\uff0c\u6211\u5011\u61c9\u8a72\u6e05\u5fc3\u656c\u62dc\u795e\u3002\u6bcf\u9031\u4e8c\u3001\u4e09\u3001\u56db\u65e9\u4e0a10\u6642\uff0c\u540c\u5b78\u90fd\u4f86\u5230\u79ae\u5802\u4e00\u540c\u805a\u96c6\uff0c\u4e00\u8d77\u656c\u62dc\u795e\u3002\u805a\u6703\u4e2d\u9664\u4e86\u7531\u8001\u5e2b\u5ba3\u8b1b\uff0c\u6709\u6642\u7562\u696d\u73ed\u540c\u5b78\u4e5f\u8981\u8ca0\u8cac\u8b1b\u9053\u3002\u770b\u898b\u4ed6\u5011\u7528\u5fc3\u5ba3\u8b1b\u795e\u7684\u8a71\u8a9e\uff0c\u6211\u559c\u4e0a\u7709\u68a2\uff0c\u4e5f\u5c08\u5fc3\u9818\u53d7\u8056\u8a00\u3002 \u3000\u3000\u6b64\u5916\uff0c\u53c3\u52a0\u4e86\u300c\u5d07\u62dc\u5de5\u4f5c\u574a\u300d\u7684\u540c\u5b78\uff0c\u57fa\u65bc\u8ab2\u7a0b\u8981\u6c42\uff0c\u4e5f\u5728\u65e9\u6703\u4e3b\u9818\u5d07\u62dc\u3002\u4ed6\u5011\u6bcf\u4e00\u6b21\u8a2d\u8a08\u4e0d\u540c\u7684\u65b9\u5f0f\uff0c\u5e36\u9818\u6211\u5011\u5c08\u5fc3\u656c\u62dc\u795e\u3002\u6709\u6642\u5019\uff0c\u4ed6\u5011\u4e3b\u8981\u4f7f\u7528\u97f3\u6a02\u3001\u8a69\u6b4c\uff1b\u6709\u6642\u5019\uff0c\u4ed6\u5011\u9084\u5f15\u5165\u7d93\u6587\u548c\u79b1\u544a\uff1b\u6709\u6642\u5019\uff0c\u4ed6\u5011\u4e14\u5728\u5d07\u62dc\u4e2d\u5b89\u6392\u821e\u8e48\u548c\u8a71\u5287\u3002\u6211\u5341\u5206\u4eab\u53d7\u9019\u4e9b\u656c\u62dc\uff0c\u4e5f\u70ba\u9019\u73ed\u6e96\u50b3\u9053\u4eba\u7684\u7528\u5fc3\u800c\u9ad8\u8208\uff1b\u56e0\u70ba\u4ed6\u5011\u5341\u5206\u6295\u5165\uff0c\u6e05\u5fc3\u5730\u5e36\u9818\u6211\u5011\u4e00\u540c\u656c\u62dc\u795e\u3002 \u6642\u5c40\u5206\u6790 \u8207 \u795e\u5b78\u7b54\u6848 \u3000\u3000\u9664\u4e86\u5ba3\u8b1b\u548c\u656c\u62dc\uff0c\u6bcf\u9022\u9031\u4e8c\uff0c\u65e9\u6703\u6709\u5341\u81f3\u5341\u4e94\u5206\u9418\u7684\u300c\u9662\u9577\u6642\u9593\u300d\u3002\u8eab\u70ba\u9662\u9577\u7684\u6211\uff0c\u8ddf\u8001\u5e2b\u548c\u540c\u5b78\u96c6\u9ad4\u8ac7\u5fc3\u804a\u5929\uff0c\u4e5f\u8ac7\u8ad6\u793e\u6703\u3001\u6559\u6703\u3001\u795e\u5b78\u9662\u7684\u4e8b\uff0c\u4e26\u4e14\u4e00\u540c\u4f5c\u795e\u5b78\u53cd\u601d\u3002 \u3000\u3000\u6700\u8fd1\uff0c\u6211\u5728\u300c\u9662\u9577\u6642\u9593\u300d\u8ddf\u540c\u5b78\u5011\u4e00\u8d77\u601d\u60f3\u300c\u95dc\u806f\u300d\uff08correlation\uff09\u601d\u8003\u65b9\u5f0f\u3002\u9019\u662f\u773e\u591a\u795e\u5b78\u601d\u8003\u65b9\u5f0f\u4e2d\u7684\u4e00\u7a2e\u3002\u9019\u500b\u65b9\u5f0f\u6709\u300c\u554f\u300d\uff08Questioning\uff1b\u7c21\u7a31Q\uff09\u548c\u300c\u7b54\u300d\uff08Answering\uff1b\u7c21\u7a31A\uff09\u5169\u65b9\u9762\u3002\u300c\u554f\u300d\uff08Q\uff09\u662f\u5c0d\u4eba\u9593\u73fe\u5be6\u3001\u793e\u6703\u73fe\u5be6\u9032\u884c\u54f2\u5b78\u3001\u7d93\u6fdf\u5b78\u3001\u793e\u6703\u5b78\u3001\u6587\u5316\u548c\u653f\u6cbb\u7684\u5206\u6790\u3002\u300c\u7b54\u300d\uff08A\uff09\u662f\u5f9e\u8056\u7d93\u3001\u6559\u7fa9\u7b49\u89d2\u5ea6\u63d0\u4f9b\u795e\u5b78\u7684\u7b54\u6848\u3002 \u3000\u3000\u6211\u6307\u51fa\uff0c\u7576\u4e0b\uff0c\u4e0d\u5c11\u4eba\u505a\u4e86\u5f88\u591a\u300c\u554f\u300d\u548c\u5206\u6790\u554f\u984c\u7684\u5de5\u4f5c\u3002\u4ed6\u5011\u5e0c\u671b\u5f9e\u4e2d\u7372\u53d6\u900f\u5fb9\u7684\u77e5\u8b58\uff0c\u660e\u767d\u6587\u5316\u7684\u610f\u7fa9\u548c\u793e\u6703\u653f\u6cbb\u7684\u5f62\u5f0f\uff0c\u4ee5\u53ca\u5169\u8005\u5982\u4f55\u63a5\u9023\u3002\u4ed6\u5011\u5e0c\u671b\uff1a\u7576\u6211\u5011\u5177\u6709\u9019\u4e9b\u77e5\u8b58\uff0c\u4fbf\u80fd\u5920\u9748\u5de7\u4e26\u6709\u6548\u5730\u61c9\u5c0d\u7576\u4e0b\u7684\u60c5\u6cc1\u3002\u56e0\u6b64\uff0c\u5927\u5bb6\u62fc\u547d\u5206\u6790\u9999\u6e2f\u7684\u653f\u6cbb\u548c\u7d93\u6fdf\u72c0\u6cc1\u3002\u53ef\u662f\uff0c\u773e\u8aaa\u7d1b\u7d1c\uff0c\u9700\u8981\u5f88\u591a\u300c\u4e8b\u5be6\u67e5\u6838\u300d\uff08fact check\uff09\uff0c\u624d\u80fd\u7a0d\u7a0d\u77e5\u9053\u4e00\u9ede\u5152\u771f\u76f8\u3002\u9019\u65b9\u9762\u7684\u5206\u6790\u78ba\u5be6\u4e0d\u5bb9\u6613\u3002\u4e0d\u904e\uff0c\u6211\u9084\u8981\u6307\u51fa\uff1a\u5f88\u591a\u6642\u5019\uff0c\u6211\u5011\u7684\u601d\u8003\u505c\u7559\u5728\u300c\u554f\u300d\u7684\u5c64\u9762\uff0c\u751a\u5c11\u60f3\u5230\u300c\u7b54\u300d\u7684\u65b9\u9762\uff0c\u5c24\u5176\u7f3a\u4e4f\u7684\u662f\u4ee5\u8056\u7d93\u3001\u795e\u5b78\u53bb\u56de\u61c9\u7576\u4e0b\u7a2e\u7a2e\u554f\u984c\u3002\u6216\u8a31\uff0c\u9019\u662f\u56e0\u70ba\u6211\u5011\u6c92\u6709\u57f9\u990a\u826f\u597d\u7684\u795e\u5b78\u601d\u8003\u7684\u7fd2\u6163\uff0c\u6216\u662f\u7531\u65bc\u6211\u5011\u80fd\u529b\u4e0d\u8db3\uff0c\u6216\u56e0\u70ba\u6211\u5011\u4e0d\u76f8\u4fe1\u795e\u5b78\u601d\u8003\u7684\u91cd\u8981\u6027\u3002 \u795e\u5b78\u601d\u8003\u7684\u65b9\u5411 \u3000\u3000\u7136\u800c\uff0c\u795e\u5b78\u601d\u8003\u662f\u91cd\u8981\u7684\u3002\u7576\u4ee3\u795e\u5b78\u5bb6\u4e00\u500b\u4e3b\u8981\u7684\u95dc\u6ce8\uff0c\u5c31\u662f\u6709\u95dc\u65b9\u6cd5\u8ad6"}