{"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_lib","author_url":"https:\/\/www.hkbts.edu.hk\/zh_cn\/?p=author\/wordpress_lib\/","title":"\u5b88\u5247 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"0fLvdIS6D6\"><a href=\"https:\/\/www.hkbts.edu.hk\/zh_cn\/regulations\/\">\u5b88\u5219<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/zh_cn\/regulations\/embed\/#?secret=0fLvdIS6D6\" width=\"600\" height=\"338\" title=\"\u300a \u5b88\u5219\u300b\u2014\u9999\u6e2f\u6d78\u4fe1\u4f1a\u795e\u5b66\u9662\" data-secret=\"0fLvdIS6D6\" 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":"\u5716\u66f8\u9928 \u8fd4\u56de\u4e3b\u9801 \u5b88\u5247 \u501f\u95b1\u898f\u5247 1. \u8b80\u8005\u6bcf\u6b21\u501f\u95b1\u6642\uff0c\u9808\u51fa\u793a\u6709\u6548\u501f\u66f8\u8b49\u30022. \u6240\u6709\u5716\u66f8\u9928\u8cc7\u6599\uff0c\u5fc5\u9808\u7d93\u7531\u501f\u9084\u66f8\u8655\u501f\u51fa\u6216\u4ea4\u9084\u30023. \u8b80\u8005\u501f\u95b1\u6b0a\u5229 4. \u666e\u901a\u8cc7\u6599\uff1a\u4e00\u822c\u53ef\u501f\u51fa\u5341\u56db\u5929\u30025. \u6307\u5b9a\u95b1\u8b80\u66f8\u7c4d\uff1a\u6bcf\u6b21\u53ef\u501f\u7528\u5169\u5c0f\u6642\uff0c\u6216\u65bc\u9589\u9928\u524d\u4e00\u5c0f\u6642\u5167\u501f\u51fa\uff0c\u6b21\u65e5\u958b\u9928\u5f8c\u4e00\u5c0f\u6642\u5167\u6b78\u9084\u30026. \u4e0d\u5916\u501f\u985e\u5225\uff1a\u53c3\u8003\u66f8\u3001\u8ad6\u6587\u3001\u96fb\u8166\u5149\u789f\u3001\u9ed1\u81a0\u5531\u789f\u3001\u671f\u520a\u53ca\u6d78\u4fe1\u6703\u6a94\u6848\u4e00\u6982\u4e0d\u5916\u501f\u30027. \u6b78\u9084\uff1a\u6240\u6709\u66f8\u7c4d\u5fc5\u9808\u5728\u8a72\u66f8\u5230\u671f\u524d\u6b78\u9084\u6216\u7e8c\u501f\u30028. \u7e8c\u501f\uff1a\u501f\u51fa\u7684\u66f8\u7c4d\u5982\u6c92\u6709\u5176\u4ed6\u8b80\u8005\u50ac\u9084\u6216\u9810\u7d04\u4fbf\u53ef\u7e8c\u501f\uff0c\u65b0\u5230\u671f\u65e5\u7531\u7e8c\u501f\u7576\u65e5\u8d77\u8a08\u7b97\uff0c\u76f4\u81f3\u9054\u5230\u6700\u9577\u501f\u95b1\u671f\u9650\u70ba\u6b62\u3002\u8b80\u8005\u53ef\u81ea\u884c\u900f\u904e\u7db2\u4e0a\u6216\u81f4\u96fb\u501f\u9084\u66f8\u8655\u7e8c\u501f\u30029. \u903e\u671f\uff1a\u903e\u671f\u66f8\u7c4d\u4ea6\u53ef\u4ee5\u7e8c\u501f\uff0c\u903e\u671f\u7f70\u6b3e\u5c07\u6703\u8a18\u9304\u5728\u8b80\u8005\u7684\u5e33\u6236\u5167\uff0c\u7576\u903e\u671f\u4e4b\u7d2f\u7a4d\u7f70\u6b3e\u9054\u81f3\u4e0a\u9650\uff0c\u5373\u6703\u88ab\u7576\u4f5c\u907a\u5931\u8655\u7406\u300210. \u50ac\u9084\uff1a\u66f8\u7c4d\u501f\u7528\u4e4b\u6700\u5c11\u671f\u9650\u70ba\u5341\u56db\u5929\uff0c\u4f46\u82e5\u8a72\u66f8\u5728\u501f\u51fa\u671f\u9593\u88ab\u5217\u70ba\u6307\u5b9a\u95b1\u8b80\u66f8\u7c4d\uff0c\u5716\u66f8\u9928\u9928\u9577\u6709\u6b0a\u8981\u6c42\u8b80\u8005\u5728\u5230\u671f\u524d\u76e1\u5feb\u6b78\u9084\u300211. \u7f70\u6b3e\uff1a\u5716\u66f8\u9928\u6703\u6309\u7167\u8fa6\u516c\u6642\u9593\u548c\u958b\u653e\u65e5\u6578\u4f5c\u70ba\u8a08\u7b97\u4e4b\u6a19\u6e96\u3002 12. \u640d\u6bc0\u53ca\u907a\u5931\uff1a\u6b78\u9084\u4e4b\u66f8\u7c4d\u5982\u6709\u640d\u6bc0\u6216\u907a\u5931\uff0c\u8acb\u7acb\u5373\u5831\u5931\u3002\u501f\u7528\u4eba\u9808\u6309\u5dff\u50f9\u8ce0\u511f\uff0c\u53e6\u52a0\u624b\u7e8c\u8cbb\u6e2f\u5e63\u4e09\u5341\u5143\u548c\u903e\u671f\u7f70 \u6b3e\u300213. \u907a\u5931\u5716\u66f8\u8b49\uff1a\u5fc5\u9808\u7acb\u523b\u901a\u77e5\u5716\u66f8\u9928\uff0c\u88dc\u767c\u65b0\u8b49\u9808\u7e73\u4ea4\u6e2f\u5e63\u4e00\u767e\u5143\u300214. \u53c3\u89c0\u4eba\u58eb\uff1a\u8a2a\u5ba2\u3001\u71df\u53cb\u6216\u5718\u9ad4\uff0c\u9808\u4e8b\u5148\u7533\u8acb\u4e26\u7d93\u5716\u66f8\u9928\u9928\u9577\u5141\u8a31\uff0c\u65b9\u53ef\u9032\u9928\u53c3\u89c0\u300215. \u9055\u898f\u8005\uff1a\u6545\u610f\u651c\u96e2\u672a\u7d93\u8fa6\u7406\u501f\u7528\u624b\u7e8c\u4e4b\u9928\u85cf\u54c1\u3001\u62d2\u7d55\u7e73\u4ea4\u7f70\u6b3e\u6216\u6b78\u9084\u6240\u501f\u8cc7\u6599\u3001\u4e0d\u4f9d\u5f9e\u9928\u54e1\u5408\u7406\u6307\u793a\u8005\uff0c\u5176\u4f7f\u7528\u5716\u66f8\u9928\u6216\u501f\u66f8\u4e4b\u6b0a\u5229\u5c07\u6703\u88ab\u505c\u6b62\u3002 \u4f7f\u7528\u8005\u5b88\u5247 1. \u8b80\u8005\u53ef\u4ee5\u651c\u5e36\u624b\u63d0\u888b\u6216\u516c\u4e8b\u5305\u9032\u9928\uff0c\u4f46\u5716\u66f8\u9928\u4fdd\u7559\u6aa2\u67e5\u4e4b\u6b0a\u5229\u3002\u4e00\u5207\u907a\u5931\u6216\u640d\u58de\uff0c\u6982\u7531\u8b80\u8005\u81ea\u884c\u8ca0\u8cac\u30022. \u9928\u5167\u7981\u6b62\u98f2\u98df\u6216\u5b09\u6232\u30023. \u9928\u5167\u5fc5\u9808\u505c\u6b62\u4f7f\u7528\u624b\u63d0\u96fb\u8a71\u3002\u9032\u9928\u524d\u61c9\u628a\u624b\u63d0\u96fb\u8a71\u95dc\u6389\u6216\u8a2d\u5b9a\u70ba\u975c\u97f3\u6a21\u5f0f\uff0c\u4e0d\u53ef\u767c\u51fa\u8072\u97ff\u30024. \u8b80\u8005\u53ef\u4f7f\u7528\u6307\u5b9a\u7684\u95b1\u8b80\u5ea7\u4f4d\uff0c\u4e0d\u5f97\u81ea\u884c\u79fb\u52d5\u4f4d\u7f6e\u30025. \u8acb\u7d93\u5e38\u4fdd\u6301\u9928\u5167\u5b89\u975c\uff0c\u52ff\u96a8\u610f\u9592\u8ac7\u30026. \u9664\u5f97\u5230\u5716\u66f8\u9928\u9928\u9577\u4e4b\u7279\u5225\u51c6\u8a31\u5916\uff0c\u4e0d\u53ef\u9810\u7559\u95b1\u8b80\u5ea7\u4f4d\u30027. \u5716\u66f8\u9928\u8077\u54e1\u6709\u6b0a\u6c92\u6536\u9577\u671f\u64fa\u653e\u5728\u95b1\u8b80\u5ea7\u4f4d\u4e0a\u7684\u500b\u4eba\u66f8\u7c4d\u548c\u7269\u54c1\u30028. \u8acb\u4fdd\u6301\u5716\u66f8\u9928\u6240\u6709\u7269\u54c1\u4e4b\u6574\u6f54\uff0c\u5207\u52ff\u5857\u6c61\u66f8\u520a\u30029. \u8b80\u8005\u5fc5\u9808\u8ce0\u511f\u66f8\u7c4d\u6216\u5f71\u97f3\u8cc7\u6599\u4e4b\u907a\u5931\u548c\u640d\u6bc0\u300210. \u56b4\u7981\u8907\u88fd\u9928\u5167\u4e4b\u8996\u807d\u6559\u6750\u548c\u96fb\u8166\u8edf\u4ef6\u300211. \u4f7f\u7528\u5f71\u5370\u6a5f\u8907\u5370\u8cc7\u6599\u6642\uff0c\u5fc5\u9808\u9075\u5b88\u7248\u6b0a\u6cd5\u4e4b\u898f\u5b9a\u3002","thumbnail_url":"https:\/\/www.hkbts.edu.hk\/wp-content\/uploads\/2025\/07\/Pic01.png"}