{"id":7057,"date":"2025-06-29T21:52:34","date_gmt":"2025-06-29T21:52:34","guid":{"rendered":"https:\/\/arttao.org\/?page_id=7057"},"modified":"2025-07-02T20:53:21","modified_gmt":"2025-07-02T20:53:21","slug":"h-5-el-camino-hacia-la-reparacion-desde-una-perspectiva-psicologica","status":"publish","type":"page","link":"https:\/\/arttao.org\/es\/h-5-%e5%bf%83%e7%90%86%e5%ad%a6%e8%a7%86%e8%a7%92%e4%b8%8b%e7%9a%84%e4%bf%ae%e5%a4%8d%e4%b9%8b%e8%b7%af\/","title":{"rendered":"G-5. El camino hacia la restauraci\u00f3n desde una perspectiva psicol\u00f3gica"},"content":{"rendered":"\n<p class=\"\"><\/p>\n\n\n\n<p class=\"\"><\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><\/h3>\n\n\n\n<p class=\"\">\u5728\u9762\u5bf9\u6210\u763e\u3001\u7126\u8651\u3001\u6291\u90c1\u3001\u521b\u4f24\u7b49\u5fc3\u7406\u56f0\u5883\u65f6\uff0c\u8bb8\u591a\u4eba\u5e38\u4f1a\u4ea7\u751f\u7591\u95ee\uff1a\u201c\u6211\u8be5\u5982\u4f55\u5f00\u59cb\u4fee\u590d\uff1f\u201d \u201c\u6211\u662f\u5426\u8fd8\u6709\u6539\u53d8\u7684\u53ef\u80fd\uff1f\u201d\u5fc3\u7406\u5b66\u89c6\u89d2\u63d0\u4f9b\u4e86\u4e00\u4e2a\u66f4\u6df1\u5c42\u3001\u66f4\u6709\u6e29\u5ea6\u7684\u56de\u5e94\u8def\u5f84\u2014\u2014\u5b83\u4e0d\u662f\u5bf9\u6297\u6216\u538b\u6291\u75c7\u72b6\uff0c\u800c\u662f\u7406\u89e3\u8fd9\u4e9b\u75c7\u72b6\u80cc\u540e\u7684\u610f\u4e49\uff0c\u5e76\u9010\u6b65\u91cd\u5efa\u5185\u5728\u7684\u5fc3\u7406\u7ed3\u6784\u3002\u4fee\u590d\uff0c\u5e76\u975e\u4e00\u6b21\u6027\u7684\u8f6c\u53d8\uff0c\u800c\u662f\u4e00\u6bb5\u91cd\u5efa\u5b89\u5168\u3001\u6574\u5408\u7ecf\u9a8c\u3001\u6062\u590d\u8054\u7ed3\u7684\u8fc7\u7a0b\u3002<\/p>\n\n\n<div style='clear: both; height: 30px;'><\/div><div style=\"text-align: left; max-width: 800px; margin: 0 auto 20px auto; font-family: Georgia, serif; padding-left: 10px;\"><div style=\"font-size: 22px; margin-bottom: 5px;\">\ud83c\udfb5 \u7b2c 309 \u8bfe\uff1a\u97f3\u9891\u64ad\u653e&nbsp;&nbsp;<\/div><div style=\"font-size: 15px; color: #444; line-height: 1.6; margin-top: 5px;\">\u54ea\u6015\u65e0\u4eba\u542c\u4f60\u503e\u8bc9\uff0c\u65cb\u5f8b\u4e5f\u59cb\u7ec8\u56de\u5e94\u7740\u4f60\u3002<\/div><\/div><div style=\"max-width: 850px; margin: 20px auto 15px auto; padding: 20px; background-color: #ffffff; border: 1px solid #aaa; border-radius: 30px; text-align: center; box-sizing: border-box;\"><audio id=\"audio_waveform_69e9495cc6ba1_audio\" controls loop style=\"width: 100%; max-width: 800px; height: 30px; border-radius: 30px; display: block; margin: 0 auto; border: none;\"><source src=\"https:\/\/arttao.org\/wp-content\/uploads\/audio\/ES309.mp3\" type=\"audio\/mpeg\">\u60a8\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u97f3\u9891\u64ad\u653e\u3002<\/audio><\/div><div style=\"max-width: 850px; margin: 0 auto 30px auto;\"><canvas id=\"audio_waveform_69e9495cc6ba1_canvas\" height=\"100\" style=\"width: 100%; background-color: white; border-radius: 8px; display: none;\"><\/canvas><\/div><script>\n    document.addEventListener('DOMContentLoaded', function () {\n        const isMobile = \/iPhone|iPad|iPod|Android\/i.test(navigator.userAgent);\n        const audio = document.getElementById('audio_waveform_69e9495cc6ba1_audio');\n        const canvas = document.getElementById('audio_waveform_69e9495cc6ba1_canvas');\n\n        if (isMobile) return;\n\n        canvas.style.display = 'block';\n        canvas.width = canvas.offsetWidth;\n        const ctx = canvas.getContext('2d');\n        let audioContext = null;\n        let analyser = null;\n        let source = null;\n        let dataArray = null;\n        let bufferLength = 0;\n        let contextInitialized = false;\n\n        function initContextAndVisualizer() {\n            if (contextInitialized) return;\n            contextInitialized = true;\n            audioContext = new (window.AudioContext || window.webkitAudioContext)();\n            analyser = audioContext.createAnalyser();\n            source = audioContext.createMediaElementSource(audio);\n            source.connect(analyser);\n            analyser.connect(audioContext.destination);\n            analyser.fftSize = 2048;\n            bufferLength = analyser.fftSize;\n            dataArray = new Uint8Array(bufferLength);\n            draw();\n        }\n\n        function draw() {\n            if (!analyser || !ctx) return;\n            requestAnimationFrame(draw);\n            analyser.getByteTimeDomainData(dataArray);\n            ctx.clearRect(0, 0, canvas.width, canvas.height);\n            ctx.lineWidth = 0.2;\n            ctx.strokeStyle = '#003344';\n            ctx.beginPath();\n            const sliceWidth = canvas.width \/ bufferLength;\n            let x = 0;\n            for (let i = 0; i < bufferLength; i++) {\n                const v = dataArray[i] \/ 128.0;\n                const y = v * canvas.height \/ 2;\n                i === 0 ? ctx.moveTo(x, y) : ctx.lineTo(x, y);\n                x += sliceWidth;\n            }\n            ctx.lineTo(canvas.width, canvas.height \/ 2);\n            ctx.stroke();\n        }\n\n        ['play', 'click', 'touchstart'].forEach(evt => {\n            audio.addEventListener(evt, () => {\n                if (!audioContext) {\n                    initContextAndVisualizer();\n                } else if (audioContext.state === 'suspended') {\n                    audioContext.resume().then(initContextAndVisualizer);\n                }\n            }, { passive: true });\n        });\n\n        audio.addEventListener('playing', () => {\n            if (!contextInitialized) initContextAndVisualizer();\n        });\n    });\n    <\/script>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e00\u3001\u4ece\u201c\u538b\u5236\u75c7\u72b6\u201d\u5230\u201c\u503e\u542c\u4fe1\u53f7\u201d<\/h4>\n\n\n\n<p class=\"has-small-font-size\">\u4f20\u7edf\u89c2\u5ff5\u5f80\u5f80\u628a\u75c7\u72b6\u5f53\u6210\u201c\u95ee\u9898\u201d\uff0c\u8bd5\u56fe\u5feb\u901f\u6d88\u9664\u7126\u8651\u3001\u6210\u763e\u3001\u5931\u7720\u7b49\u8868\u73b0\u3002\u4f46\u5fc3\u7406\u5b66\u6307\u51fa\uff0c\u75c7\u72b6\u672c\u8eab\u662f\u4e00\u79cd\u4fe1\u53f7\uff0c\u662f\u5185\u5728\u5fc3\u7406\u7cfb\u7edf\u5728\u81ea\u6211\u4fdd\u62a4\u6216\u5bfb\u6c42\u8c03\u8282\u7684\u8868\u73b0\u3002\u4f8b\u5982\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">\u6210\u763e\uff0c\u53ef\u80fd\u662f\u4e3a\u4e86\u5bf9\u6297\u60c5\u7eea\u9ebb\u6728\u6216\u9003\u907f\u5185\u5728\u75db\u82e6<\/li>\n\n\n\n<li class=\"\">\u7126\u8651\uff0c\u662f\u5927\u8111\u6301\u7eed\u9884\u8b66\u7684\u4e00\u79cd\u81ea\u6211\u4fdd\u62a4<\/li>\n\n\n\n<li class=\"\">\u60c5\u7eea\u4f4e\u843d\uff0c\u53ef\u80fd\u662f\u8eab\u5fc3\u80fd\u91cf\u88ab\u957f\u671f\u538b\u69a8\u540e\u7684\u81ea\u7136\u53cd\u5e94<\/li>\n<\/ul>\n\n\n\n<p class=\"has-small-font-size\">\u56e0\u6b64\uff0c\u4fee\u590d\u7684\u7b2c\u4e00\u6b65\u4e0d\u662f\u538b\u5236\u75c7\u72b6\uff0c\u800c\u662f\u8f6c\u53d8\u89c6\u89d2\uff1a\u5c06\u5b83\u4eec\u89c6\u4e3a\u672a\u88ab\u542c\u89c1\u3001\u672a\u88ab\u7406\u89e3\u7684\u90e8\u5206\uff0c\u4ece\u201c\u654c\u4eba\u201d\u53d8\u4e3a\u201c\u5411\u5bfc\u201d\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e8c\u3001\u91cd\u5efa\u5185\u5728\u5b89\u5168\u611f\uff0c\u662f\u4fee\u590d\u7684\u57fa\u7840<\/h4>\n\n\n\n<p class=\"has-small-font-size\">\u8bb8\u591a\u5fc3\u7406\u56f0\u5883\u7684\u6839\u6e90\u5728\u4e8e\u201c\u5185\u5728\u4e0d\u5b89\u5168\u201d\u2014\u2014\u4e2a\u4f53\u5728\u6210\u957f\u4e2d\u672a\u66fe\u83b7\u5f97\u8db3\u591f\u7684\u63a5\u7eb3\u3001\u652f\u6301\u4e0e\u60c5\u611f\u56de\u5e94\uff0c\u5bfc\u81f4\u5176\u9762\u5bf9\u4e16\u754c\u65f6\u59cb\u7ec8\u5904\u4e8e\u9ad8\u8b66\u89c9\u3001\u9632\u5fa1\u751a\u81f3\u65ad\u88c2\u7684\u72b6\u6001\u3002<\/p>\n\n\n\n<p class=\"has-small-font-size\">\u5fc3\u7406\u5b66\u4fee\u590d\u9996\u5148\u8981\u5efa\u7acb\u7684\u662f\u201c\u5b89\u5168\u611f\u201d\uff0c\u800c\u975e\u76f4\u63a5\u6539\u53d8\u884c\u4e3a\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">\u5728\u5173\u7cfb\u4e2d\u5efa\u7acb\u53ef\u4f9d\u8d56\u3001\u53ef\u8868\u8fbe\u7684\u73af\u5883<\/li>\n\n\n\n<li class=\"\">\u5141\u8bb8\u201c\u60c5\u7eea\u662f\u5408\u7406\u7684\u201d\uff0c\u800c\u4e0d\u662f\u88ab\u8bc4\u5224<\/li>\n\n\n\n<li class=\"\">\u521b\u9020\u8eab\u4f53\u653e\u677e\u4e0e\u60c5\u7eea\u5b89\u987f\u7684\u7a7a\u95f4\uff08\u5982\u51a5\u60f3\u3001\u547c\u5438\u7ec3\u4e60\u3001\u97f3\u4e50\uff09<\/li>\n<\/ul>\n\n\n\n<p class=\"has-small-font-size\">\u53ea\u6709\u5f53\u8eab\u5fc3\u9010\u6b65\u611f\u5230\u201c\u5b89\u5168\u201d\uff0c\u5927\u8111\u7684\u81ea\u6211\u9632\u5fa1\u624d\u4f1a\u677e\u52a8\uff0c\u4fee\u590d\u673a\u5236\u624d\u80fd\u542f\u52a8\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e09\u3001\u6574\u5408\u521b\u4f24\u7ecf\u9a8c\uff0c\u800c\u975e\u5207\u65ad\u6216\u9003\u907f<\/h4>\n\n\n\n<p class=\"has-small-font-size\">\u5bf9\u521b\u4f24\u6216\u60c5\u7eea\u56f0\u6270\u7684\u201c\u9003\u907f\u201d\uff0c\u5f80\u5f80\u8ba9\u56f0\u6270\u52a0\u5267\u3002\u5fc3\u7406\u5b66\u4e0a\u7684\u201c\u6574\u5408\u201d\uff0c\u610f\u5473\u7740\u6211\u4eec\u5b66\u4e60\u5728\u4e0d\u88ab\u56f0\u4f4f\u7684\u524d\u63d0\u4e0b\uff0c\u9762\u5bf9\u90a3\u4e9b\u75db\u82e6\u7684\u8bb0\u5fc6\u4e0e\u60c5\u7eea\uff0c\u5e76\u5c06\u5b83\u4eec\u7eb3\u5165\u6211\u4eec\u4eba\u751f\u7ecf\u9a8c\u7684\u4e00\u90e8\u5206\u3002<\/p>\n\n\n\n<p class=\"has-small-font-size\">\u8fd9\u4e00\u8fc7\u7a0b\u53ef\u80fd\u5305\u62ec\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">\u901a\u8fc7\u4e66\u5199\u6216\u8c08\u8bdd\u68b3\u7406\u8fc7\u53bb\u7684\u7ecf\u5386<\/li>\n\n\n\n<li class=\"\">\u7528\u56fe\u50cf\u3001\u8eab\u4f53\u3001\u827a\u672f\u7b49\u65b9\u5f0f\u8868\u8fbe\u88ab\u538b\u6291\u7684\u611f\u53d7<\/li>\n\n\n\n<li class=\"\">\u5728\u4e13\u4e1a\u652f\u6301\u4e2d\u91cd\u65b0\u8be0\u91ca\u66fe\u7ecf\u7684\u65e0\u52a9\u3001\u6050\u60e7\u4e0e\u7f9e\u803b<\/li>\n<\/ul>\n\n\n\n<p class=\"has-small-font-size\">\u6574\u5408\u4e0d\u662f\u201c\u8ba9\u8fc7\u53bb\u6d88\u5931\u201d\uff0c\u800c\u662f\u201c\u8ba9\u8fc7\u53bb\u6210\u4e3a\u73b0\u5728\u7684\u4e00\u90e8\u5206\u201d\uff0c\u4e0d\u518d\u4e3b\u5bfc\u73b0\u5728\u7684\u60c5\u7eea\u53cd\u5e94\u548c\u884c\u4e3a\u6a21\u5f0f\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u56db\u3001\u91cd\u5efa\u5173\u7cfb\u80fd\u529b\uff0c\u6253\u7834\u5b64\u7acb\u5faa\u73af<\/h4>\n\n\n\n<p class=\"has-small-font-size\">\u8bb8\u591a\u5fc3\u7406\u56f0\u5883\u4f7f\u4e2a\u4f53\u9010\u6e10\u8131\u79bb\u5173\u7cfb\uff0c\u9677\u5165\u201c\u81ea\u6211\u5c01\u95ed\u201d\u6216\u201c\u865a\u5047\u8fde\u63a5\u201d\uff08\u5982\u4f9d\u8d56\u7f51\u7edc\u3001\u5237\u624b\u673a\uff09\u4e2d\u3002\u4f46\u4fee\u590d\u7684\u8fc7\u7a0b\uff0c\u79bb\u4e0d\u5f00\u771f\u5b9e\u7684\u4eba\u9645\u8054\u7ed3\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">\u627e\u5230\u53ef\u4ee5\u8bf4\u8bdd\u3001\u88ab\u7406\u89e3\u7684\u5bf9\u8c61<\/li>\n\n\n\n<li class=\"\">\u4e0e\u503c\u5f97\u4fe1\u8d56\u7684\u4ed6\u4eba\u5efa\u7acb\u201c\u4fee\u590d\u6027\u5173\u7cfb\u201d\uff0c\u91cd\u5efa\u4fe1\u4efb<\/li>\n\n\n\n<li class=\"\">\u5141\u8bb8\u81ea\u5df1\u8868\u8fbe\u9700\u6c42\u3001\u8106\u5f31\u3001\u60c5\u7eea\uff0c\u800c\u975e\u603b\u662f\u626e\u6f14\u201c\u5f3a\u8005\u201d\u89d2\u8272<\/li>\n<\/ul>\n\n\n\n<p class=\"has-small-font-size\">\u5fc3\u7406\u5b66\u7814\u7a76\u663e\u793a\uff0c<strong>\u5173\u7cfb\u662f\u6700\u5f3a\u7684\u7597\u6108\u56e0\u5b50<\/strong>\u3002\u4fee\u590d\uff0c\u4e0d\u4ec5\u662f\u81ea\u6211\u4fee\u590d\uff0c\u4e5f\u662f\u4e00\u79cd\u201c\u5171\u540c\u4fee\u590d\u201d\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e94\u3001\u8d4b\u80fd\u800c\u975e\u66ff\u4ee3\uff1a\u6062\u590d\u4e3b\u52a8\u6027<\/h4>\n\n\n\n<p class=\"has-small-font-size\">\u5fc3\u7406\u5b66\u4e0d\u4e3b\u5f20\u628a\u6cbb\u7597\u8005\u6216\u65b9\u6cd5\u5f53\u4f5c\u201c\u6551\u4e16\u4e3b\u201d\uff0c\u800c\u662f\u5e2e\u52a9\u4e2a\u4f53<strong>\u6062\u590d\u5bf9\u81ea\u8eab\u751f\u547d\u7684\u638c\u63a7\u611f<\/strong>\u3002\u771f\u6b63\u7684\u4fee\u590d\uff0c\u662f\u56de\u5230\u201c\u6211\u53ef\u4ee5\u884c\u52a8\u201d\u201c\u6211\u53ef\u4ee5\u9009\u62e9\u201d\u7684\u72b6\u6001\u3002<\/p>\n\n\n\n<p class=\"has-small-font-size\">\u8fd9\u5305\u62ec\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">\u5efa\u7acb\u65e5\u5e38\u53ef\u6267\u884c\u7684\u8c03\u8282\u8ba1\u5212\uff08\u5982\u89c4\u5f8b\u4f5c\u606f\u3001\u8bb0\u5f55\u60c5\u7eea\uff09<\/li>\n\n\n\n<li class=\"\">\u5728\u5c0f\u7684\u51b3\u7b56\u4e2d\u627e\u56de\u9009\u62e9\u6743\uff08\u5982\u8868\u8fbe\u4e0d\u540c\u610f\u89c1\u3001\u8bbe\u5b9a\u754c\u9650\uff09<\/li>\n\n\n\n<li class=\"\">\u6bcf\u4e00\u6b21\u89c9\u5bdf\u3001\u6bcf\u4e00\u6b21\u4e2d\u6b62\u65e7\u53cd\u5e94\u6a21\u5f0f\uff0c\u90fd\u662f\u5fae\u5c0f\u7684\u80dc\u5229<\/li>\n<\/ul>\n\n\n\n<p class=\"has-small-font-size\">\u8d4b\u80fd\u5f0f\u4fee\u590d\u8ba9\u4eba\u9010\u6e10\u8131\u79bb\u201c\u53d7\u5bb3\u611f\u201d \u201c\u65e0\u80fd\u611f\u201d\uff0c\u91cd\u62fe\u4e3b\u6743\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u516d\u3001\u5141\u8bb8\u7f13\u6162\u53d1\u751f\uff0c\u5c0a\u91cd\u7597\u6108\u8282\u594f<\/h4>\n\n\n\n<p class=\"has-small-font-size\">\u5fc3\u7406\u4fee\u590d\u4e0d\u540c\u4e8e\u95ee\u9898\u89e3\u51b3\uff0c\u5b83\u4e0d\u662f\u7ebf\u6027\u7684\u8fc7\u7a0b\uff0c\u800c\u662f\u4e00\u4e2a\u201c\u87ba\u65cb\u5f0f\u4e0a\u5347\u201d\u7684\u65c5\u7a0b\u3002\u5728\u8fc7\u7a0b\u4e2d\uff0c\u53cd\u590d\u3001\u9000\u6b65\u3001\u6000\u7591\u90fd\u6781\u4e3a\u6b63\u5e38\uff1a<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"\">\u6709\u65f6\u4f1a\u89c9\u5f97\u66f4\u7cdf\uff0c\u90a3\u662f\u65e7\u7cfb\u7edf\u7684\u201c\u6297\u62d2\u53cd\u5f39\u201d<\/li>\n\n\n\n<li class=\"\">\u6709\u65f6\u770b\u4f3c\u505c\u6ede\uff0c\u5176\u5b9e\u662f\u65b0\u7684\u5185\u5728\u7ed3\u6784\u6b63\u5728\u915d\u917f<\/li>\n\n\n\n<li class=\"\">\u6709\u65f6\u53c8\u8dcc\u5165\u65e7\u6a21\u5f0f\uff0c\u90a3\u662f\u5bf9\u8fc7\u5f80\u719f\u6089\u65b9\u5f0f\u7684\u56de\u6eaf<\/li>\n<\/ul>\n\n\n\n<p class=\"has-small-font-size\">\u771f\u6b63\u7684\u4fee\u590d\uff0c\u9700\u8981\u4e00\u79cd\u201c\u6e29\u67d4\u7684\u8010\u5fc3\u201d\u2014\u2014\u4e0d\u6025\u4e8e\u62b5\u8fbe\u7ec8\u70b9\uff0c\u800c\u662f\u613f\u610f\u966a\u4f34\u81ea\u5df1\u7a7f\u8d8a\u6df7\u4e71\u3001\u7b49\u5f85\u751f\u957f\u3002<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">\u4e03\u3001\u7ed3\u8bed\uff1a\u4fee\u590d\u662f\u4e00\u79cd\u56de\u5f52<\/h4>\n\n\n\n<p class=\"has-small-font-size\">\u5728\u5fc3\u7406\u5b66\u7684\u89c6\u89d2\u4e0b\uff0c\u4fee\u590d\u4e0d\u662f\u201c\u8ba9\u81ea\u5df1\u53d8\u5f97\u66f4\u597d\u201d\uff0c\u800c\u662f\u201c\u8ba9\u81ea\u5df1\u53d8\u5f97\u66f4\u771f\u5b9e\u201d\u3002\u5b83\u4e0d\u662f\u6dfb\u52a0\u65b0\u7684\u6280\u80fd\u6216\u8eab\u4efd\uff0c\u800c\u662f\u9010\u6e10\u6e05\u9664\u906e\u853d\u3001\u56de\u5f52\u90a3\u4e2a\u6709\u60c5\u3001\u6709\u529b\u3001\u6709\u5c0a\u4e25\u7684\u201c\u81ea\u5df1\u201d\u3002<\/p>\n\n\n\n<p class=\"has-small-font-size\">\u5fc3\u7406\u7597\u6108\uff0c\u662f\u901a\u5411\u4eba\u7684\u5b8c\u6574\u6027\u4e4b\u8def\u3002\u800c\u8fd9\u6761\u8def\uff0c\u5e76\u4e0d\u5b64\u72ec\uff0c\u4e5f\u5e76\u4e0d\u9065\u8fdc\u3002\u5b83\u59cb\u4e8e\u6b64\u523b\u4f60\u613f\u610f\u770b\u89c1\u3001\u613f\u610f\u4e86\u89e3\u3001\u613f\u610f\u91cd\u65b0\u76f8\u4fe1\u7684\u52c7\u6c14\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u5728\u9762\u5bf9\u6210\u763e\u3001\u7126\u8651\u3001\u6291\u90c1\u3001\u521b\u4f24\u7b49\u5fc3\u7406\u56f0\u5883\u65f6\uff0c\u8bb8\u591a\u4eba\u5e38\u4f1a\u4ea7\u751f\u7591\u95ee\uff1a\u201c\u6211\u8be5\u5982\u4f55\u5f00\u59cb\u4fee\u590d\uff1f\u201d \u201c\u6211\u662f\u5426\u8fd8\u6709\u6539\u53d8\u7684\u53ef\u80fd\uff1f [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-7057","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/arttao.org\/es\/wp-json\/wp\/v2\/pages\/7057","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/arttao.org\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/arttao.org\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/arttao.org\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/arttao.org\/es\/wp-json\/wp\/v2\/comments?post=7057"}],"version-history":[{"count":6,"href":"https:\/\/arttao.org\/es\/wp-json\/wp\/v2\/pages\/7057\/revisions"}],"predecessor-version":[{"id":7527,"href":"https:\/\/arttao.org\/es\/wp-json\/wp\/v2\/pages\/7057\/revisions\/7527"}],"wp:attachment":[{"href":"https:\/\/arttao.org\/es\/wp-json\/wp\/v2\/media?parent=7057"}],"curies":[{"name":"gracias","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}