{"version":"1.0","provider_name":"\u9999\u6e2f\u6d78\u4fe1\u4f1a\u795e\u5b66\u9662","provider_url":"https:\/\/www.hkbts.edu.hk\/zh_cn","author_name":"wordpress_publish","author_url":"https:\/\/www.hkbts.edu.hk\/zh_cn\/?p=author\/wordpress_publish\/","title":"\u300c\u5fae\u8b1b\u5ea7\u300d\u8207\u300c\u7b49\u5019\u5ba4\u300d\uff1a\u671d\u8056\u8def\u4e0a\u7684\u5be6\u8e10\u795e\u5b78 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"wtBY8N5HEY\"><a href=\"https:\/\/www.hkbts.edu.hk\/zh_cn\/presmessage\/mini-conference-and-waiting-room\/\">\u300c\u5fae\u8bb2\u5ea7\u300d\u4e0e\u300c\u7b49\u5019\u5ba4\u300d\uff1a\u671d\u5723\u8def\u4e0a\u7684\u5b9e\u8df5\u795e\u5b66<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/zh_cn\/presmessage\/mini-conference-and-waiting-room\/embed\/#?secret=wtBY8N5HEY\" width=\"600\" height=\"338\" title=\"\u300a \u300c\u5fae\u8bb2\u5ea7\u300d\u4e0e\u300c\u7b49\u5019\u5ba4\u300d\uff1a\u671d\u5723\u8def\u4e0a\u7684\u5b9e\u8df5\u795e\u5b66\u300b\u2014\u9999\u6e2f\u6d78\u4fe1\u4f1a\u795e\u5b66\u9662\" data-secret=\"wtBY8N5HEY\" 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 \u300c\u5fae\u8b1b\u5ea7\u300d\u8207\u300c\u7b49\u5019\u5ba4\u300d\uff1a\u671d\u8056\u8def\u4e0a\u7684\u5be6\u8e10\u795e\u5b78 \u5fae\u8b1b\u5ea7\uff1a\u7de3\u8d77 \u3000\u3000\u81ea2023\u5e74\u5e95\uff0c\u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662\uff08\u300c\u6d78\u795e\u300d\uff09\u5728\u65b0\u6559\u7814\u5927\u6a13\u4e09\u6a13\u6703\u8b70\u5ef3\u8209\u8fa6\u4e86\u591a\u5834\u300c\u5fae\u8b1b\u5ea7\u300d\u6216\u300c\u5fae\u6703\u8b70\u300d\uff08mini-conference\uff09\u3002\u539f\u521d\u7684\u610f\u5ff5\u662f\u5e0c\u671b\u75ab\u60c5\u904e\u5f8c\uff0c\u532f\u805a\u4e00\u7fa4\u65e2\u662f\u5c6c\u9748\u670b\u53cb\u3001\u53c8\u662f\u540c\u5de5\u540c\u9053\u7684\u6821\u53cb\u3001\u6559\u7267\u540c\u5de5\u548c\u6559\u6703\u9818\u8896\uff0c\u4e00\u8d77\u98f2\u8336\u3001\u8ac7\u5fc3\u3001\u601d\u8003\u3001\u79b1\u544a\u3002\u6309\u7167\u9019\u500b\u69cb\u601d\uff0c\u6211\u5c31\u7121\u9808\u5927\u8cbb\u5468\u7ae0\u5730\u7c4c\u63aa\uff0c\u4e5f\u4e0d\u7528\u63d0\u524d\u5f88\u4e45\u76f8\u7d04\u8b1b\u54e1\u548c\u6703\u773e\u3002\u5982\u6b64\u5b89\u6392\uff0c\u5c31\u5982\u76f8\u7d04\u670b\u53cb\uff0c\u82e5\u4e00\u62cd\u5373\u5408\uff0c\u4fbf\u51fa\u4f86\u898b\u9762\u3002 \u3000\u3000\u8166\u5b50\u88cf\u66fe\u9583\u904e\u4e00\u500b\u5ff5\u982d\uff0c\u5c31\u662f\u76f8\u7d04\u5404\u65b9\u5230\u8336\u6a13\uff0c\u4e00\u9762\u98f2\u8336\uff0c\u4e00\u9762\u50be\u8ac7\uff0c\u4f46\u8003\u616e\u5230\u8336\u6a13\u7684\u74b0\u5883\u4e00\u822c\u6bd4\u8f03\u5608\u5435\uff0c\u52a0\u4e0a\u5e0c\u671b\u6211\u5011\u5728\u98f2\u98df\u4e0a\u4e5f\u5be6\u8e10\u7c21\u6a38\u7684\u751f\u6d3b\uff0c\u90a3\u5012\u4e0d\u5982\u5728\u897f\u6fb3\u6821\u5712\u898b\u9762\uff0c\u4ee5\u98ef\u5802\u7c21\u55ae\u7684\u4e00\u9813\u4fbf\u98ef\u63a5\u5f85\u56db\u65b9\u7684\u670b\u53cb \/ \u6821\u53cb \/ \u540c\u5de5\uff0c\u8b93\u5404\u4eba\u5148\u5728\u98ef\u684c\u4e0a\u4e92\u76f8\u8a8d\u8b58\uff0c\u5f7c\u6b64\u63a5\u5f85\uff0c\u7136\u5f8c\u79fb\u6b65\u81f3\u65b0\u6559\u7814\u5927\u6a13\u4e09\u6a13\u6703\u8b70\u5ef3\uff0c\u4e00\u8d77\u8ac7\u5fc3\uff0c\u5206\u4eab\u4e8b\u5949\u7684\u82e6\u8207\u6a02\u3001\u793e\u6703\u7684\u8f49\u8b8a\u7b49\u4e0d\u540c\u8ab2\u984c\u3002 \u5fae\u8b1b\u5ea7\uff1a\u9748\u6d3b\u3001\u591a\u5143 \u3000\u3000\u5fae\u8b1b\u5ea7\u7684\u8b1b\u54e1\uff0c\u6709\u7684\u662f\u6821\u5916\u5609\u8cd3\uff0c\u6709\u7684\u662f\u6821\u5167\u5e2b\u9577\u3002\u7336\u8a18\u5f97\u53bb\u5e7411\u6708\u9069\u9022\u82f1\u570b\u66fc\u5fb9\u65af\u7279\u5927\u5b78\u54f2\u5b78\u535a\u58eb\u3001\u6821\u53cb\u8449\u656c\u5fb7\u7267\u5e2b\u56de\u6e2f\u3002\u6211\u8207\u4ed6\u559d\u8336\uff0c\u9592\u8ac7\u4e4b\u9593\uff0c\u77e5\u9053\u4ed6\u6b63\u5728\u64b0\u5beb\u4e00\u672c\u95dc\u65bc\u81ea\u6bba\u7684\u66f8\u7c4d\u3002\u6211\u9748\u6a5f\u4e00\u52d5\uff0c\u5373\u6642\u9080\u8acb\u4ed6\u5728\u96e2\u958b\u9999\u6e2f\u4e4b\u524d\uff0c\u8207\u300c\u6d78\u795e\u300d\u7684\u5e2b\u5f1f\u59b9\u5011\u5206\u4eab\u4ed6\u7684\u7814\u7a76\u5fc3\u5f97\u3002\u5f88\u77ed\u6642\u9593\u5167\uff0c\u6211\u5011\u62db\u805a\u4e86\u4e00\u7fa4\u6821\u53cb\u53c3\u8207\uff0c\u5728\u53bb\u5e7412\u67084\u65e5\u4fc3\u6210\u4e86\u9996\u5834\u5fae\u8b1b\u5ea7\u7684\u8a95\u751f\u3002 \u3000\u3000\u7b2c\u4e8c\u5834\u5fae\u8b1b\u5ea7\u7684\u5609\u8cd3\u8b1b\u54e1\u662f\u82f1\u570b\u502b\u6566\u5927\u5b78\u54f2\u5b78\u535a\u58eb\u3001\u65b0\u52a0\u5761\u4e09\u4e00\u795e\u5b78\u9662\u6559\u52d9\u4e3b\u4efb\u6797\u5fb7\u5e73\u7267\u5e2b\u3002\u6211\u548c\u6797\u7267\u5e2b\u662f\u5f88\u8981\u597d\u7684\u670b\u53cb\u3002\u53bb\u5e7412\u670811\u65e5\uff0c\u4ed6\u5f9e\u65b0\u52a0\u5761\u4f86\u9999\u6e2f\u672c\u662f\u63a2\u671b\u6211\uff0c\u6211\u300c\u8001\u5be6\u4e0d\u5ba2\u6c23\u300d\uff0c\u9080\u8acb\u4ed6\u64d4\u4efb\u5fae\u8b1b\u5ea7\u7684\u8b1b\u54e1\u3002\u7576\u65e5\u4ed6\u752b\u4e0b\u6a5f\uff0c\u4fbf\u76f4\u63a5\u5f9e\u9999\u6e2f\u570b\u969b\u6a5f\u5834\u524d\u5f80\u300c\u6d78\u795e\u300d\u3002\u6797\u7267\u5e2b\u662f\u7814\u7a76\u57fa\u7763\u6559\u6559\u80b2\u7684\u5b78\u4eba\u3002\u5728\u5fae\u8b1b\u5ea7\u4e0a\uff0c\u4ed6\u5f9e\u81ea\u5df1\u5728\u65b0\u52a0\u5761\u63a8\u52d5\u57fa\u7763\u6559\u6587\u6559\u7684\u7d93\u9a57\u8aaa\u8d77\uff0c\u7e7c\u800c\u8ac7\u8ad6\u57fa\u7763\u6559\u6559\u80b2\u8207\u6587\u5316\u3001\u5ba3\u6559\u3001\u6559\u5b78\u65b9\u6cd5\u3001\u795e\u5b78\u3001\u795e\u5b78\u9662\u53ca\u6559\u6703\u5b9a\u4f4d\u7b49\u5404\u500b\u5c64\u9762\u7684\u95dc\u4fc2\u3002 \u3000\u3000\u7b2c\u4e09\u5834\u5fae\u8b1b\u5ea7\u7684\u5609\u8cd3\u8b1b\u54e1\u662f\u9999\u6e2f\u5b78\u5712\u50b3\u9053\u6703\u7814\u7a76\u4e3b\u4efb\u9673\u4fdd\u711c\u5148\u751f\u3002\u53bb\u5e749\u670819\u65e5\uff0c\u6211\u8207\u9999\u6e2f\u5b78\u5712\u50b3\u9053\u6703\u7e3d\u5e79\u4e8b\u9673\u7fa9\u751f\u5148\u751f\u898b\u9762\uff0c\u5f97\u77e5\u8a72\u798f\u97f3\u6a5f\u69cb\u7684\u8fd1\u5e74\u767c\u5c55\uff0c\u65bc\u662f\u9080\u8acb\u4ed6\u7684\u540c\u5de5\u9673\u4fdd\u711c\u5148\u751f\u64d4\u4efb\u672c\u9662\u65e9\u6703\u8b1b\u54e1\u3002\u4fdd\u711c\u5c07\u4ed6\u7684\u7814\u7a76\u6210\u679c\u8207\u7267\u990a\u7d93\u9a57\u7d50\u5408\uff0c\u7d66\u4e88\u300c\u6d78\u795e\u300d\u5e2b\u751f\u4e00\u4e9b\u65b0\u7684\u601d\u7dad\u548c\u6d1e\u898b\u3002\u65e9\u6703\u5f8c\u8207\u4ed6\u4ea4\u6d41\u6642\uff0c\u6211\u9080\u8acb\u4ed6\u70ba\u6211\u5011\u7684\u6821\u53cb\u70ae\u88fd\u4e00\u5834\u5fae\u8b1b\u5ea7\u3002\u9019\u7d42\u65bc\u5728\u4eca\u5e741\u670829\u65e5\u6210\u4e8b\uff0c\u4fdd\u711c\u5206\u4eab\u7684\u4e3b\u984c\u70ba\u300c\u6210\u5e74\u521d\u986f\u671f\u300d\uff0c\u8ac7\u8ad6\u300c\u521d\u986f\u6210\u4eba\u300d\u7684\u7279\u5fb5\uff0c\u4e26\u63d0\u51fa\u5177\u9ad4\u737b\u8b70\uff0c\u6307\u51fa\u6559\u6703\u53ef\u4ee5\u5982\u4f55"}