{"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":"\u9748\u6027\u95dc\u9867\u8207\u7cbe\u795e\u5065\u5eb7 - \u9999\u6e2f\u6d78\u4fe1\u6703\u795e\u5b78\u9662","type":"rich","width":600,"height":338,"html":"<blockquote class=\"wp-embedded-content\" data-secret=\"zuvES0hQ36\"><a href=\"https:\/\/www.hkbts.edu.hk\/zh_cn\/presmessage\/spiritual-care-and-mental-wellness\/\">\u7075\u6027\u5173\u987e\u4e0e\u7cbe\u795e\u5065\u5eb7<\/a><\/blockquote><iframe sandbox=\"allow-scripts\" security=\"restricted\" src=\"https:\/\/www.hkbts.edu.hk\/zh_cn\/presmessage\/spiritual-care-and-mental-wellness\/embed\/#?secret=zuvES0hQ36\" width=\"600\" height=\"338\" title=\"\u300a \u7075\u6027\u5173\u987e\u4e0e\u7cbe\u795e\u5065\u5eb7\u300b\u2014\u9999\u6e2f\u6d78\u4fe1\u4f1a\u795e\u5b66\u9662\" data-secret=\"zuvES0hQ36\" 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 \u9748\u6027\u95dc\u9867\u8207\u7cbe\u795e\u5065\u5eb7 \u7cbe\u795e\u5065\u5eb7 \u7cbe\u795e\u75c5\u60a3\u6108\u4f86\u6108\u666e\u904d\uff0c\u5c24\u5176\u662f\u6291\u9b31\u75c7\u3002\u4e16\u754c\u885b\u751f\u7d44\u7e54\u3001\u4e16\u754c\u9280\u884c\u53ca\u54c8\u4f5b\u5927\u5b78\u7684\u8abf\u67e5\u300c\u75be\u75c5\u6240\u5e36\u4f86\u7684\u5168\u7403\u640d\u5931\u300d\uff08The Global Burden of Disease\uff09\u4f30\u8a08\uff0c\u6291\u9b31\u75c7\u57282020\u5e74\u5c07\u6210\u70ba\u5168\u7403\u7b2c\u4e8c\u666e\u904d\u7684\u75be\u75c5\u3002\u5047\u5982\u60c5\u6cc1\u662f\u9019\u6a23\u56b4\u5cfb\uff0c\u6211\u5011\u7576\u5982\u4f55\u63a5\u5f85\u60a3\u7cbe\u795e\u75c5\u7684\u964c\u751f\u4eba\uff0c\u5c24\u5176\u662f\u6291\u9b31\u75c7\u60a3\u8005\uff1f \u73fe\u4eca\u7cbe\u795e\u75c5\u7684\u5169\u500b\u4e3b\u8981\u6cbb\u7642\u9032\u8def\u662f\u85e5\u7269\u6cbb\u7642\u548c\u5fc3\u7406\u6cbb\u7642\u3002\u85e5\u7269\u7684\u767c\u660e\u770b\u4f86\u4f7f\u7cbe\u795e\u75c5\u7684\u6cbb\u7642\u8b8a\u5f97\u66f4\u5bb9\u6613\uff0c\u91ab\u751f\u53ef\u4f7f\u7528\u85e5\u7269\u63a7\u5236\u75c5\u60c5\uff0c\u4f7f\u75c5\u4eba\u5f97\u4ee5\u5eb7\u5fa9\u3002\u53ef\u662f\uff0c\u85e5\u7269\u6cbb\u7642\u7684\u6548\u7528\u4ecd\u5b58\u5728\u722d\u8b70\uff0c\u4e0d\u5c11\u7814\u7a76\u6307\u51fa\u85e5\u7269\u6709\u50b7\u5bb3\u8166\u888b\u3001\u50b7\u5bb3\u8eab\u9ad4\u7684\u526f\u4f5c\u7528\u3002\u4e00\u4e9b\u7814\u7a76\u751a\u81f3\u6307\u51fa\uff0c\u90a3\u4e9b\u670d\u98df\u85e5\u7269\u7684\u7cbe\u795e\u5206\u88c2\u75c7\u60a3\u8005\uff0c\u6bd4\u6c92\u6709\u63a5\u53d7\u85e5\u7269\u6cbb\u7642\u7684\u75c5\u4eba\u53cd\u800c\u6709\u66f4\u9ad8\u7684\u5fa9\u75c5\u7387\u3002 \u7cbe\u795e\u75c5\u7684\u53e6\u4e00\u6cbb\u7642\u9032\u8def\u662f\u5fc3\u7406\u6cbb\u7642\u3002\u5fc3\u7406\u6cbb\u7642\u4f7f\u7528\u4e86\u7576\u4ee3\u4e00\u4e9b\u91cd\u8981\u7684\u5fc3\u7406\u5b78\uff0c\u4f8b\u5982\u4f5b\u6d1b\u4f0a\u5fb7\uff08Sigmund Freud\uff09\u548c\u5bb9\u683c\uff08Carl Jung\uff09\u958b\u555f\u4e86\u73fe\u4ee3\u5fc3\u7406\u5b78\u7684\u5169\u500b\u91cd\u8981\u601d\u6f6e\uff0c\u4ed6\u5011\u90fd\u662f\u4ee5\u4eba\u7684\u7cbe\u795e\u5065\u5eb7\u4f5c\u7232\u5176\u8ad6\u8457\u7684\u8d77\u59cb\u9ede\u3002\u4f5b\u6d1b\u4f0a\u5fb7\u5728\u8ac7\u8ad6\u6f5b\u610f\u8b58\uff08unconscious\uff09\u7684\u5411\u5ea6\u6642\uff0c\u5c0d\u9748\u6027\uff08spiritual\uff09\u52a0\u4ee5\u5426\u5b9a\uff0c\u4ed6\u770b\u9748\u6027\u7684\u8868\u73fe\u7232\u795e\u7d93\u75c5\u75c7\uff08neurosis\uff09\u3002\u5bb9\u683c\u4e5f\u8ac7\u8ad6\u6f5b\u610f\u8b58\uff0c\u96d6\u7136\u4ed6\u627f\u8a8d\u4eba\u6709\u9748\u6027\u7684\u5411\u5ea6\uff0c\u537b\u5c07\u4e4b\u6b78\u5165\u7406\u667a\uff08intellect\uff09\u7684\u90e8\u5206\u3002\u53ef\u898b\u5728\u7cbe\u795e\u75c5\u7684\u6cbb\u7642\u4e0a\uff0c\u9019\u5169\u500b\u5b78\u6d3e\u90fd\u4e0d\u8003\u616e\u300c\u9748\u6027\u300d\u9019\u4e00\u5411\u5ea6\u3002 \u4e0d\u904e\uff0c\u53e6\u4e00\u4e9b\u5b78\u8005\u537b\u770b\u898b\u9748\u6027\u5411\u5ea6\u7684\u91cd\u8981\u6027\uff0c\u4f8b\u5982\u5e03\u4f0a\u7533\uff08Anton Boisen\uff09\u548c\u8607\u745f\u862d\uff08Mark Sutherland\uff09\u7b49\u5b78\u8005\uff0c\u5c31\u6c92\u6709\u8f15\u5ffd\u7cbe\u795e\u5065\u5eb7\u7684\u9748\u6027\u5143\u7d20\u3002\u4ed6\u5011\u8a8d\u7232\u6559\u7267\u95dc\u9867\u53ef\u7528\u65bc\u7cbe\u795e\u5065\u5eb7\u7684\u9818\u57df\uff0c\u5e6b\u52a9\u75c5\u4eba\u8ffd\u5c0b\u751f\u547d\u7684\u610f\u7fa9\u3002\u7136\u800c\uff0c\u4ed6\u5011\u7684\u9032\u8def\u4e3b\u8981\u662f\u63a5\u7d0d\u5fc3\u7406\u5b78\u7684\u7406\u8ad6\uff0c\u7136\u5f8c\u5f9e\u5fc3\u7406\u5b78\u7406\u8ad6\u63d0\u53d6\u795e\u5b78\u5411\u5ea6\uff0c\u6216\u5728\u7406\u8ad6\u4e0a\u52a0\u6dfb\u795e\u5b78\u5143\u7d20\u3002\u9019\u6a23\u7684\u9032\u8def\u7576\u7136\u662f\u6709\u50f9\u503c\u7684\uff0c\u53ef\u662f\u4ecd\u7f3a\u4e4f\u300c\u8d85\u8d8a\u300d\uff08transcendence\uff09\u7684\u5c64\u9762\u3002\u7b46\u8005\u8a8d\u70ba\uff1a\u9748\u6027\u95dc\u9867\u61c9\u662f\u4e00\u7a2e\u8a6e\u91cb\u6027\u7684\u5be6\u8e10\u667a\u6167\uff1b\u9748\u6027\u95dc\u9867\u8005\u5fc5\u9808\u95dc\u5fc3\u4eba\u7684\u9748\u6027\u9700\u8981\u3002\u795e\u5b78\u548c\u5fc3\u7406\u5b78\u53ef\u5728\u4ed6\u5011\u7684\u300c\u8a6e\u91cb\u5708\u5b50\u300d\uff08hermeneutic circle\uff09\u4e2d\u5c0d\u8a71\uff0c\u7406\u89e3\u7cbe\u795e\u75c5\u60a3\u8005\u7684\u4fe1\u4ef0\u7d93\u6b77\u548c\u898b\u8b49\uff0c\u5f9e\u800c\u5c0b\u6c42\u90a3\u4e9b\u6709\u52a9\u91ab\u6cbb\u7684\u5be6\u8e10\u3002 \u5728\u9019\u8a6e\u91cb\u7684\u5708\u5b50\u4e2d\uff0c\u795e\u5b78\u662f\u91cd\u8981\u7684\u3002\u795e\u5b78\u662f\u6559\u6703\u6216\u4fe1\u4ef0\u7fa4\u9ad4\u5c0d\u555f\u793a\u7684\u9818\u53d7\u548c\u601d\u60f3\u3002\u795e\u5b78\u7684\u4e00\u4e9b\u9996\u8981\u539f\u5247\u662f\u4f86\u81ea\u555f\u793a\uff0c\u800c\u4e0d\u662f\u7406\u6027\uff0c\u56e0\u70ba\u4eba\u7684\u300c\u7406\u667a\u300d\u4e26\u4e0d\u8db3\u4ee5\u8a8d\u8b58\u795e\u3002\u7576\u4eba\u4ee5\u7406\u6027\u53bb\u767c\u73fe\u795e\u548c\u8ac7\u8ad6\u795e\u7684\u77e5\u8b58\uff0c\u6240\u8ac7\u8ad6\u7684\u795e\u53ea\u662f\u54f2\u5b78\u5bb6\u7684\u795e\u3002\u82e5\u662f\u9019\u6a23\uff0c\u4eba\u4e0d\u80fd\u958b\u555f\u795e\u7684"}