{"version":"1.0","provider_name":"Hong Kong Baptist Theological Seminary","provider_url":"https:\/\/www.hkbts.edu.hk\/en","author_name":"iris","author_url":"https:\/\/www.hkbts.edu.hk\/en\/?p=author\/iris\/","title":"\u6642\u9593\u7684\u7de8\u7e54\u8005\uff1a\u793e\u4ea4\u5a92\u9ad4\u4e2d\u7684\u9999\u6e2f\u5802\u6703 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"ne5cHXye6i\"><a href=\"https:\/\/www.hkbts.edu.hk\/en\/waec\/%e6%99%82%e9%96%93%e7%9a%84%e7%b7%a8%e7%b9%94%e8%80%85%ef%bc%9a%e7%a4%be%e4%ba%a4%e5%aa%92%e9%ab%94%e4%b8%ad%e7%9a%84%e9%a6%99%e6%b8%af%e5%a0%82%e6%9c%83\/\">Narrative Practice on HK Church History<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/en\/waec\/%e6%99%82%e9%96%93%e7%9a%84%e7%b7%a8%e7%b9%94%e8%80%85%ef%bc%9a%e7%a4%be%e4%ba%a4%e5%aa%92%e9%ab%94%e4%b8%ad%e7%9a%84%e9%a6%99%e6%b8%af%e5%a0%82%e6%9c%83\/embed\/#?secret=ne5cHXye6i\" width=\"600\" height=\"338\" title=\"&#8220;\u6642\u9593\u7684\u7de8\u7e54\u8005\uff1a\u793e\u4ea4\u5a92\u9ad4\u4e2d\u7684\u9999\u6e2f\u5802\u6703&#8221; &#8212; \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662\" data-secret=\"ne5cHXye6i\" 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":"\u8ab2\u7a0b\u53ca\u5165\u5b78 \u8fd4\u56de\u4e3b\u9801 \u6642\u9593\u7684\u7de8\u7e54\u8005\uff1a\u793e\u4ea4\u5a92\u9ad4\u4e2d\u7684\u9999\u6e2f\u5802\u6703 Please refer to Chinese page. \u79d1\u76ee \u6642\u9593\u7684\u7de8\u7e54\u8005\uff1a\u793e\u4ea4\u5a92\u9ad4\u4e2d\u7684\u9999\u6e2f\u5802\u6703 &#8211; &#8211; \u63a5\u53d7\u5831\u540d \u5167\u5bb9 \u300c\u5f9e\u77f3\u677f\u5230\u7af9\u7c21\uff0c\u5f9e\u7d19\u5f35\u5230\u6578\u5b57\u5c4f\u5e55\uff0c\u6211\u5011\u7684\u6545\u4e8b\u4e00\u76f4\u5728\u6d41\u8f49\u3002\u300d \u8a31\u591a\u6559\u6703\u6e34\u671b\u5438\u5f15\u5e74\u8f15\u4eba\u6295\u8eab\u6559\u6703\u4e8b\u52d9\uff0c\u53ca\u8207\u4ed6\u5011\u5efa\u7acb\u806f\u7e6b\uff0c\u537b\u5e38\u4e0d\u77e5\u5f9e\u4f55\u8457\u624b\u3002\u793e\u4ea4\u5a92\u9ad4\u63d0\u4f9b\u4e86\u4e00\u500b\u7d55\u4f73\u7684\u8d77\u9ede\u2014\u2014\u5b83\u4e0d\u50c5\u5bb9\u932f\u6027\u9ad8\uff0c\u4e5f\u662f\u4fc3\u9032\u7fa4\u9ad4\u53c3\u8207\u7684\u6709\u6548\u5de5\u5177\u3002\u672c\u8ab2\u7a0b\u9080\u8acb\u4f60\u52a0\u5165\uff0c\u7528\u73fe\u4ee3\u7684\u7b46\u89f8\uff0c\u8a18\u9304\u4e26\u5206\u4eab\u6559\u6703\u7684\u8c50\u5bcc\u6b77\u7a0b\u3002\u900f\u904e\u793e\u4ea4\u5a92\u9ad4\u7684\u529b\u91cf\uff0c\u5171\u540c\u7de8\u7e54\u6210\u672a\u4f86\u7684\u50b3\u5947\u3002 \u672c\u8ab2\u7a0b\u5c07\u4ee5\u4e09\u9593\u5802\u6703\u7684\u73fe\u6709\u6587\u672c\u4f5c\u5178\u4f8b\uff0c\u4ecb\u7d39\u4ee5CODA\u65b9\u6cd5\uff08Collect\u3001Organize\u3001Distill\u3001Action\u6536\u96c6\u3001\u6574\u7406\u3001\u63d0\u7149\u548c\u63a1\u53d6\u884c\u52d5\uff09\u7406\u8ad6\u8207\u5be6\u8e10\u4e26\u878d\uff0c\u70ba\u9999\u6e2f\u5802\u6703\u7684\u793e\u4ea4\u5a92\u9ad4\u5718\u968a\u91cf\u8eab\u8a2d\u8a08\uff0c\u5f15\u5c0e\u5b78\u54e1\u901a\u904e\u5be6\u969b\u64cd\u4f5c\u4f86\u5b78\u7fd2\u3002\u904e\u7a0b\u4e2d\u57f9\u990a\u5718\u968a\u5408\u4f5c\u7cbe\u795e\uff0c\u900f\u904e\u4e86\u89e3\u793e\u4ea4\u5a92\u9ad4\u7684\u904b\u4f5c\u53ca\u9650\u5236\uff0c\u9f13\u52f5\u5e74\u8f15\u4eba\u7a4d\u6975\u53c3\u8207\u5802\u6703\u6545\u4e8b\u7684\u8a18\u9304\uff0c\u767c\u73fe\u9999\u6e2f\u5802\u6703\u6b77\u53f2\u66f8\u5beb\u7684\u91cd\u8981\u6027\u3002 \u900f\u904eCODA\u65b9\u6cd5\u7684\u61c9\u7528\uff08\u6536\u96c6\u3001\u6574\u7406\u3001\u63d0\u7149\u3001\u884c\u52d5\uff09\uff0c\u6211\u5011\u5c07\u5171\u540c: 1. \u6536\u96c6\u53ca\u5206\u6790\u5802\u6703\u6545\u4e8b 2. \u5b78\u7fd2\u5982\u4f55\u6574\u7406\u5802\u6703\u6545\u4e8b\u4e26\u6709\u6548\u5730\u904b\u7528\u793e\u4ea4\u5a92\u9ad4\u8a00\u8aaa\uff1b 3. \u63d0\u7149\u6545\u4e8b\u7684\u5167\u6db5\uff0c\u5617\u8a66\u70ba\u793e\u4ea4\u5a92\u9ad4\u983b\u9053\u5b9a\u4f4d\u3002 4. \u900f\u904e\u8ab2\u5802\u6709\u7cfb\u7d71\u5730\u884c\u52d5 \u8ab2\u524d\u6e96\u5099\uff1a\u641c\u96c6\u4e00\u4efd\u5802\u6703\u7684\u520a\u7269\uff08\u4f8b\u5982\uff1a\u5e74\u520a\u3001\u7279\u520a\u3001\u5b63\u520a\uff09\uff0c\u7576\u4e2d\u5fc5\u9808\u5305\u542b\u5802\u6703\u7684\u6b77\u53f2\uff08\u4efb\u4f55\u5f62\u5f0f\uff09\u6216\u500b\u4eba\u898b\u8b49\u3002 \u8b1b\u5e2b \u674e\u6797\u98a8\u5148\u751f\uff08Sonic L.\uff09 \u6642\u8a00\u6709\u9650\u516c\u53f8\u7684\u5275\u8fa6\u4eba\u4ee5\u53ca\u9999\u6e2f\u7368\u7acb\u6a02\u968aDE TESLA\u7684\u5275\u59cb\u6210\u54e1\u3002 \uff081.\u5275\u8fa6\u6642\u8a00\u6709\u9650\u516c\u53f8\uff0c\u4ee5\u6df1\u5ea6\u63a1\u8a2a\u7684\u65b9\u5f0f\u70ba\u54c1\u724c\u66f8\u5beb\u53ca\u91cd\u65b0\u6574\u7406\u6545\u4e8b\uff0c\u4e00\u5e74\u5167\u5df2\u70ba\u8d85\u904e\u4e8c\u5341\u6240\u6a5f\u69cb\u63d0\u4f9b\u670d\u52d9\u3002 2.\u900f\u904e\u63c9\u5408\u79d1\u6280\u8207\u9999\u6e2f\u53e4\u8e5f\uff0c\u7372\u5f97\u9999\u6e2f\u57ce\u5e02\u5927\u5b78HK Tech 300\u5929\u4f7f\u57fa\u91d1\u652f\u6301\u3002 3.\u53d7GIAF(Korea )\u9080\u8acb\uff0c\u524d\u5f80\u97d3\u570b\u5206\u4eab\u95dc\u65bc\u9999\u6e2f\u793e\u6703\u5275\u65b0\u8207\u85dd\u8853\u3002 4.\u4ee5\u6a02\u968a\u540d\u7fa9\u8eab\u517c\u6f14\u51fa\u3001\u85dd\u8853\u884c\u653f\u53ca\u767c\u8d77\u4eba\u8eab\u4efd\u4e3b\u8fa6\u8d85\u904e\u4e09\u5341\u5834\u8207\u5730\u5340\u53c3\u8207\u6709\u95dc\u7684\u97f3\u6a02\u6d3b\u52d5\uff09 \u5c0d\u8c61 \u6d41\u5229\u8b80\u5beb\u5ee3\u6771\u8a71\u53ca\u4e2d\u6587\uff0c\u5c0d\u6536\u96c6\u53ca\u8a00\u8aaa\u6559\u6703\u6545\u4e8b\u6709\u71b1\u8aa0\uff0c\u4e26\u5e0c\u671b\u4ee5\u5718\u968a\u7684\u65b9\u5f0f\u4e00\u8d77\u904b\u4f5c\u7684\u4fe1\u5f92\u3002 \u65e5\u671f 2024\u5e7411\u67086\u65e5\u81f312\u67084\u65e5\uff08\u966411\u670820\u65e5\u5916\uff0c\u9022\u79ae\u62dc\u4e09\uff0c\u5171\u56db\u5802\uff09 \u6642\u9593 7:15 \u2013 9:15pm \u5730\u9ede \u4e5d\u9f8d\u65fa\u89d2\u5f3c\u885756\u865f\u57fa\u7763\u6559\u5927\u6a138\u6a13 \u8cbb\u7528 HK$830 \u540d\u984d 12\u4eba\uff087\u4eba\u6216\u4ee5\u4e0a\u5831\u8b80\u624d\u958b\u8ab2\uff09 \u5099\u8a3b \u4e09\u4eba\u6216\u4ee5\u4e0a\u96c6\u9ad4\u5831\u8b80\uff0c\u6216\u65bc10\u670831\u65e5\u524d\u4ee5\u500b\u4eba\u8eab\u4efd\u5831\u8b80\uff0c\u5b78"}