{"id":2501,"date":"2023-10-08T09:29:50","date_gmt":"2023-10-08T01:29:50","guid":{"rendered":"https:\/\/bookmark.tw\/?p=2501"},"modified":"2025-08-13T01:25:42","modified_gmt":"2025-08-12T17:25:42","slug":"love-endures-suffering","status":"publish","type":"post","link":"https:\/\/xinliceyan.org\/zh\/love-endures-suffering","title":{"rendered":"\u7ebf\u4e0a\u514d\u8d39\u5c0f\u6d4b\u9a8c\uff1a\u4f60\u7684\u7231\u60c5\u8981\u7ecf\u53d7\u90a3\u4e9b\u75db\u82e6\uff1f"},"content":{"rendered":"<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Chart.js\/4.4.1\/chart.umd.min.js\"><\/script>\n  <style>\n    \/* \u81ea\u5b9a\u7fa9CSS\u8b8a\u6578 *\/\n    :root {\n      --love-primary: #ff6b6b;\n      --love-secondary: #5f27cd;\n      --love-accent: #ff9ff3;\n      --love-dark: #341f97;\n      --love-light: #fff0f5;\n      --love-gray: #6c757d;\n      --love-success: #10ac84;\n      --love-warning: #ff9f43;\n      \n      --love-font-main: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n      --love-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);\n      --love-radius: 12px;\n      --love-transition: all 0.3s ease;\n    }\n    \n    \/* \u57fa\u790e\u6a23\u5f0f *\/\n    .love-test-container * {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n    \n    .love-test-container {\n      font-family: var(--love-font-main);\n      max-width: 800px;\n      margin: 2rem auto;\n      padding: 1rem;\n      background-color: white;\n      border-radius: var(--love-radius);\n      box-shadow: var(--love-shadow);\n      color: #333;\n      position: relative;\n      overflow: hidden;\n    }\n    \n    \/* \u6a19\u984c\u6a23\u5f0f *\/\n    .love-test-container h2 {\n      color: var(--love-dark);\n      text-align: center;\n      margin-bottom: 1.5rem;\n      font-size: 28px;\n      position: relative;\n      padding-bottom: 0.5rem;\n    }\n    \n    .love-test-container h2:after {\n      content: \"\";\n      position: absolute;\n      bottom: 0;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 80px;\n      height: 3px;\n      background: linear-gradient(to right, var(--love-primary), var(--love-secondary));\n      border-radius: 3px;\n    }\n    \n    .love-test-container h3 {\n      color: var(--love-dark);\n      font-size: 22px;\n      font-weight: bold;\n      margin-bottom: 1rem;\n    }\n    \n    \/* \u6309\u9215\u6a23\u5f0f *\/\n    .love-test-btn {\n      display: inline-block;\n      background: linear-gradient(135deg, var(--love-primary), var(--love-secondary));\n      color: white;\n      border: none;\n      padding: 1rem 2rem;\n      font-size: 18px;\n      font-weight: 600;\n      border-radius: 50px;\n      cursor: pointer;\n      transition: var(--love-transition);\n      box-shadow: 0 4px 8px rgba(95, 39, 205, 0.3);\n      text-align: center;\n      margin: 1.5rem auto;\n      outline: none;\n    }\n    \n    .love-test-btn:hover, .love-test-btn:focus {\n      transform: translateY(-3px);\n      box-shadow: 0 6px 12px rgba(95, 39, 205, 0.4);\n      background: linear-gradient(135deg, #ff5252, #5f27cd);\n    }\n    \n    .love-test-btn:active {\n      transform: translateY(1px);\n      box-shadow: 0 2px 4px rgba(95, 39, 205, 0.4);\n    }\n    \n    \/* \u5f15\u5c0e\u9801\u6a23\u5f0f *\/\n    .love-test-intro {\n      text-align: center;\n      padding: 1rem;\n    }\n    \n    .love-test-intro p {\n      font-size: 18px;\n      line-height: 1.7;\n      margin-bottom: 1.5rem;\n      text-align: left;\n    }\n    \n    .love-test-feature {\n      display: flex;\n      justify-content: center;\n      margin: 2rem 0;\n      flex-wrap: wrap;\n    }\n    \n    .love-test-feature-item {\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      margin: 1rem;\n      width: 160px;\n    }\n    \n    .love-test-feature-icon {\n      width: 80px;\n      height: 80px;\n      border-radius: 50%;\n      background: var(--love-light);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 1rem;\n      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .love-test-feature-icon::before {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      background: linear-gradient(135deg, rgba(255, 107, 107, 0.2), rgba(95, 39, 205, 0.2));\n      z-index: 1;\n    }\n    \n    .love-test-feature-icon i {\n      font-size: 32px;\n      color: var(--love-primary);\n      z-index: 2;\n    }\n    \n    .love-test-feature-text {\n      font-size: 16px;\n      font-weight: 600;\n      color: var(--love-dark);\n      text-align: center;\n    }\n    \n    \/* \u6e2c\u9a57\u9801\u6a23\u5f0f *\/\n    .love-test-quiz {\n      display: none;\n    }\n    \n    .love-test-progress {\n      height: 8px;\n      background: #f1f1f1;\n      border-radius: 4px;\n      margin-bottom: 2rem;\n      overflow: hidden;\n    }\n    \n    .love-test-progress-bar {\n      height: 100%;\n      background: linear-gradient(to right, var(--love-primary), var(--love-secondary));\n      width: 0;\n      transition: width 0.5s ease;\n    }\n    \n    .love-test-progress-text {\n      text-align: center;\n      font-size: 16px;\n      margin-bottom: 1.5rem;\n      color: var(--love-gray);\n    }\n    \n    .love-test-question {\n      margin-bottom: 2rem;\n    }\n    \n    .love-test-options {\n      list-style: none;\n      margin: 0;\n      padding: 0;\n    }\n    \n    .love-test-option {\n      background: #f9f9f9;\n      border: 2px solid #e9ecef;\n      border-radius: var(--love-radius);\n      padding: 1rem;\n      margin-bottom: 1rem;\n      cursor: pointer;\n      transition: var(--love-transition);\n      font-size: 18px;\n      display: flex;\n      align-items: center;\n      color: #333;\n    }\n    \n    .love-test-option:hover {\n      border-color: var(--love-primary);\n      background: #fff;\n      transform: translateY(-2px);\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);\n    }\n    \n    .love-test-option.selected {\n      border-color: var(--love-primary);\n      background: rgba(255, 107, 107, 0.1);\n      color: var(--love-primary);\n      font-weight: 600;\n    }\n    \n    .love-test-option-radio {\n      position: relative;\n      width: 20px;\n      height: 20px;\n      border: 2px solid #ccc;\n      border-radius: 50%;\n      margin-right: 12px;\n      flex-shrink: 0;\n      transition: var(--love-transition);\n    }\n    \n    .love-test-option.selected .love-test-option-radio {\n      border-color: var(--love-primary);\n    }\n    \n    .love-test-option.selected .love-test-option-radio::after {\n      content: \"\";\n      position: absolute;\n      top: 50%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      width: 10px;\n      height: 10px;\n      border-radius: 50%;\n      background: var(--love-primary);\n    }\n    \n    .love-test-option-text {\n      flex-grow: 1;\n    }\n    \n    .love-test-nav {\n      display: flex;\n      justify-content: center;\n      margin-top: 2rem;\n    }\n    \n    .love-test-prev {\n      background: var(--love-light);\n      color: var(--love-dark);\n      border: 1px solid #ddd;\n      font-size: 16px;\n    }\n    \n    .love-test-prev:hover {\n      background: #f9f9f9;\n      transform: translateY(-3px);\n    }\n    \n    \/* \u7d50\u679c\u9801\u6a23\u5f0f *\/\n    .love-test-result {\n      display: none;\n      padding: 1rem;\n    }\n    \n    .love-test-result-title {\n      font-size: 24px;\n      font-weight: bold;\n      color: var(--love-dark);\n      margin-bottom: 1.5rem;\n      text-align: center;\n    }\n    \n    .love-test-result-content {\n      background: var(--love-light);\n      padding: 1.5rem;\n      border-radius: var(--love-radius);\n      margin-bottom: 2rem;\n      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);\n    }\n    \n    .love-test-result-content p {\n      font-size: 18px;\n      line-height: 1.7;\n      margin-bottom: 1rem;\n      text-align: left;\n    }\n    \n    .love-test-chart-container {\n      margin: 2rem auto;\n      max-width: 500px;\n      height: 300px;\n    }\n    \n    .love-test-result-footer {\n      text-align: center;\n      margin-top: 2rem;\n    }\n    \n    \/* \u97ff\u61c9\u5f0f\u6a23\u5f0f *\/\n    @media (max-width: 768px) {\n      .love-test-container {\n        margin: 1rem;\n      }\n      \n      .love-test-feature {\n        justify-content: space-around;\n      }\n      \n      .love-test-feature-item {\n        width: 140px;\n      }\n      \n      .love-test-option {\n        padding: 0.8rem;\n      }\n      \n      .love-test-chart-container {\n        height: 250px;\n      }\n    }\n    \n    @media (max-width: 480px) {\n      .love-test-container {\n        padding: 0.8rem;\n      }\n      \n      .love-test-container h2 {\n        font-size: 24px;\n      }\n      \n      .love-test-container h3 {\n        font-size: 20px;\n      }\n      \n      .love-test-btn {\n        padding: 0.8rem 1.5rem;\n        font-size: 16px;\n      }\n      \n      .love-test-intro p {\n        font-size: 16px;\n      }\n      \n      .love-test-feature-item {\n        width: 120px;\n        margin: 0.5rem;\n      }\n      \n      .love-test-feature-icon {\n        width: 60px;\n        height: 60px;\n      }\n      \n      .love-test-option {\n        font-size: 16px;\n      }\n      \n      .love-test-chart-container {\n        height: 220px;\n      }\n    }\n    \n    \/* \u52d5\u756b\u6548\u679c *\/\n    @keyframes fadeIn {\n      from { opacity: 0; }\n      to { opacity: 1; }\n    }\n    \n    .love-test-animate {\n      animation: fadeIn 0.5s ease forwards;\n    }\n  <\/style>\n  <div class=\"love-test-container\" id=\"loveTestContainer\">\n    <!-- \u5f15\u5c0e\u9801 -->\n    <section class=\"love-test-intro\" id=\"loveTestIntro\">\n      <h2>\u4f60\u7684\u7231\u60c5\u8981\u7ecf\u53d7\u90a3\u4e9b\u75db\u82e6\uff1f<\/h2>\n      <p>\u4e00\u4efd\u5f25\u4e45\u65e5\u65b0\u7684\u7231\u60c5\uff0c\u8981\u7ecf\u5f97\u8d77\u5e73\u6de1\u7684\u540c\u65f6\uff0c\u4e5f\u8981\u8d70\u5f97\u8fc7\u98ce\u96e8\u3002\u5373\u4fbf\u518d\u751c\u871c\u7684\u7231\u60c5\uff0c\u4e5f\u4f1a\u6709\u82e6\u6da9\u7684\u65f6\u5019\u3002\u800c\u5728\u7231\u60c5\u4e4b\u4e2d\uff0c\u6bcf\u4e2a\u4eba\u90fd\u8981\u7ecf\u5386\u8fc7\u51e4\u51f0\u6d85\u69c3\u822c\u7684\u75db\u82e6\uff0c\u624d\u80fd\u8d70\u5230\u5c5e\u4e8e\u5e78\u798f\u7684\u5f7c\u5cb8\u3002\u90a3\u4e48\u5728\u4f60\u7684\u7231\u60c5\u9014\u4e2d\uff0c\u8981\u63a5\u53d7\u600e\u4e48\u7684\u8003\u9a8c\uff1f\u4f60\u7684\u7231\u60c5\u8981\u7ecf\u53d7\u600e\u6837\u7684\u75db\u82e6\uff1f\u8bf7\u968f\u6d4b\u8bd5\u5f00\u59cb\u81ea\u6211\u53d1\u73b0\u4e4b\u65c5\u3002<\/p>\n      \n      <div class=\"love-test-feature\">\n        <div class=\"love-test-feature-item\">\n          <div class=\"love-test-feature-icon\">\n            <i class=\"fas fa-heart\"><\/i>\n          <\/div>\n          <div class=\"love-test-feature-text\">\u63a2\u7d22\u611f\u60c5\u5e95\u7ebf<\/div>\n        <\/div>\n        <div class=\"love-test-feature-item\">\n          <div class=\"love-test-feature-icon\">\n            <i class=\"fas fa-brain\"><\/i>\n          <\/div>\n          <div class=\"love-test-feature-text\">\u4e86\u89e3\u7231\u60c5\u98ce\u683c<\/div>\n        <\/div>\n        <div class=\"love-test-feature-item\">\n          <div class=\"love-test-feature-icon\">\n            <i class=\"fas fa-chart-pie\"><\/i>\n          <\/div>\n          <div class=\"love-test-feature-text\">\u6df1\u5ea6\u5256\u6790\u7ed3\u679c<\/div>\n        <\/div>\n      <\/div>\n      \n      <button class=\"love-test-btn\" id=\"loveTestStartBtn\">\u5f00\u59cb\u6d4b\u9a8c<\/button>\n    <\/section>\n    \n    <!-- \u6e2c\u9a57\u9801 -->\n    <section class=\"love-test-quiz\" id=\"loveTestQuiz\">\n      <h2>\u4f60\u7684\u7231\u60c5\u8981\u7ecf\u53d7\u90a3\u4e9b\u75db\u82e6\uff1f<\/h2>\n      <div class=\"love-test-progress\">\n        <div class=\"love-test-progress-bar\" id=\"loveTestProgressBar\"><\/div>\n      <\/div>\n      <div class=\"love-test-progress-text\" id=\"loveTestProgressText\">\u95ee\u98981\/12<\/div>\n      \n      <div class=\"love-test-question\" id=\"loveTestQuestion\">\n        <h3 id=\"loveTestQuestionTitle\">\u5982\u679c\u4e0a\u5e1d\u7684\u8eab\u8fb9\u6709\u767d\u7ffc\u5929\u4f7f\u548c\u9ed1\u7ffc\u5815\u5929\u4f7f\uff0c\u4f60\u4f1a\u60f3\u8981\u6210\u4e3a\u54ea\u4e00\u79cd\u5929\u4f7f\u5462\uff1f<\/h3>\n        <ul class=\"love-test-options\" id=\"loveTestOptions\">\n          <li class=\"love-test-option\" data-next=\"2\">\n            <div class=\"love-test-option-radio\"><\/div>\n            <div class=\"love-test-option-text\">\u767d\u7ffc\u5929\u4f7f<\/div>\n          <\/li>\n          <li class=\"love-test-option\" data-next=\"3\">\n            <div class=\"love-test-option-radio\"><\/div>\n            <div class=\"love-test-option-text\">\u9ed1\u7ffc\u5929\u4f7f<\/div>\n          <\/li>\n        <\/ul>\n      <\/div>\n      \n      <div class=\"love-test-nav\">\n        <button class=\"love-test-btn love-test-prev\" id=\"loveTestPrevBtn\">\u4e0a\u4e00\u9898<\/button>\n      <\/div>\n    <\/section>\n    \n    <!-- \u7d50\u679c\u9801 -->\n    <section class=\"love-test-result\" id=\"loveTestResult\">\n      <h2>\u6d4b\u8bd5\u7ed3\u679c\u5206\u6790<\/h2>\n      \n      <div class=\"love-test-result-title\" id=\"loveTestResultTitle\">\u9700\u8981\u7ecf\u5386\u5206\u5a29\u4e4b\u82e6<\/div>\n      \n      <div class=\"love-test-chart-container\">\n        <canvas id=\"loveTestChart\"><\/canvas>\n      <\/div>\n      \n      <div class=\"love-test-result-content\" id=\"loveTestResultContent\">\n        <p>\u4f60\u662f\u6562\u7231\u6562\u6068\u7684\u4eba\uff0c\u5bf9\u7231\u60c5\u59cb\u7ec8\u90fd\u662f\u4e00\u79cd\u81f3\u6b7b\u4e0d\u6e1d\u7684\u6001\u5ea6\u3002\u8fd9\u6837\u7684\u4f60\uff0c\u6ce8\u5b9a\u4f1a\u4e3a\u7231\u60c5\u7231\u5f97\u6b7b\u53bb\u6d3b\u6765\uff0c\u4e5f\u5c31\u8981\u7ecf\u5386\u5206\u5a29\u7ea7\u522b\u7684\u75db\u82e6\u4e86\u3002\u5c24\u5176\u662f\u5f53\u4f60\u9047\u5230\u4e0d\u88ab\u5141\u8bb8\u7684\u7231\u60c5\u65f6\uff0c\u4f60\u4ecd\u7136\u4f1a\u50cf\u98de\u86fe\u6251\u706b\u4e00\u6837\u4e49\u65e0\u53cd\u987e\u5730\u53bb\u8ffd\u6c42\uff0c\u5373\u4fbf\u6700\u540e\u7c89\u8eab\u788e\u9aa8\u4e5f\u65e0\u6240\u8c13\u3002\u4e0d\u8fc7\u4f60\u7684\u7231\u60c5\u91cc\u5374\u5bb9\u4e0d\u5f97\u4e00\u70b9\u6c99\u5b50\uff0c\u4e00\u65e6\u9047\u5230\u80cc\u53db\uff0c\u5c31\u4f1a\u60f3\u8981\u8ddf\u5bf9\u65b9\u7389\u77f3\u4ff1\u711a\uff0c\u7edd\u4e0d\u4f1a\u8f7b\u6613\u6210\u5168\u5bf9\u65b9\u3002<\/p>\n      <\/div>\n      \n      <div class=\"love-test-result-footer\">\n        <button class=\"love-test-btn\" id=\"loveTestRestartBtn\">\u91cd\u65b0\u6d4b\u8bd5<\/button>\n      <\/div>\n    <\/section>\n  <\/div>\n  \n  <script>\n    (function() {\n      \/\/ \u6e2c\u9a57\u6578\u64da\n      const quizData = [\n        {\n          id: 1,\n          question: \"\u5982\u679c\u4e0a\u5e1d\u7684\u8eab\u908a\u6709\u767d\u7ffc\u5929\u4f7f\u548c\u9ed1\u7ffc\u58ae\u5929\u4f7f\uff0c\u4f60\u6703\u60f3\u8981\u6210\u70ba\u54ea\u4e00\u7a2e\u5929\u4f7f\u5462\uff1f\",\n          options: [\n            { text: \"\u767d\u7ffc\u5929\u4f7f\", next: 2 },\n            { text: \"\u9ed1\u7ffc\u5929\u4f7f\", next: 3 }\n          ]\n        },\n        {\n          id: 2,\n          question: \"\u5929\u4f7f\u96d6\u8aaa\u662f\u300c\u5584\u300d\u7684\u5316\u8eab\uff0c\u4f46\u5c0d\u4e0a\u5e1d\u7684\u65e8\u610f\u662f\u4e0d\u80fd\u9055\u6297\u7684\u3002\u5982\u679c\u4e0a\u5e1d\u547d\u4ee4\u4f60\u6bba\u6389\u6240\u6709\u6709\u7f6a\u4e4b\u4eba\uff0c\u4f60\u6703\u57f7\u884c\u55ce\uff1f\",\n          options: [\n            { text: \"\u6703\", next: 6 },\n            { text: \"\u4e0d\u6703\", next: 4 }\n          ]\n        },\n        {\n          id: 3,\n          question: \"\u9ed1\u7ffc\u58ae\u5929\u4f7f\u6709\u8457\u5f37\u5927\u800c\u504f\u6fc0\u7684\u529b\u91cf\uff0c\u8981\u662f\u4e0a\u5e1d\u7d66\u4f60\u5206\u914d\u4e86\u4efb\u52d9\uff0c\u4f60\u662f\u60f3\u8981\u638c\u63a7\u9ed1\u6697\u548c\u707d\u96e3\uff0c\u62b5\u5236\u4e00\u5207\u7f8e\u597d\uff0c\u9084\u662f\u638c\u63a7\u617e\u671b\uff0c\u8b93\u4eba\u985e\u7684\u9748\u9b42\u58ae\u843d\uff1f\",\n          options: [\n            { text: \"\u9ed1\u6697\u548c\u707d\u96e3\", next: 5 },\n            { text: \"\u617e\u671b\u8207\u58ae\u843d\", next: 7 }\n          ]\n        },\n        {\n          id: 4,\n          question: \"\u8981\u662f\u4f60\u611b\u4e0a\u4e86\u9b54\u65cf\u7684\u4eba\uff0c\u548cTA\u5728\u4e00\u8d77\u7684\u4ee3\u50f9\u662f\u80cc\u53db\u4e0a\u5e1d\uff0c\u5272\u6389\u7d14\u6f54\u7684\u7fc5\u8180\u58ae\u5165\u5730\u7344\uff0c\u4f60\u9858\u610f\u55ce\uff1f\",\n          options: [\n            { text: \"\u9858\u610f\", next: 10 },\n            { text: \"\u4e0d\u9858\u610f\", next: 9 }\n          ]\n        },\n        {\n          id: 5,\n          question: \"\u7576\u4f60\u89ba\u5f97\u81ea\u5df1\u7684\u529b\u91cf\u6216\u662f\u5728\u773e\u5929\u4f7f\u7684\u5a01\u671b\uff0c\u8d85\u904e\u4e86\u4e0a\u5e1d\u6642\uff0c\u4f60\u662f\u5426\u6703\u60f3\u53d6\u800c\u4ee3\u4e4b\uff1f\",\n          options: [\n            { text: \"\u6703\", next: 12 },\n            { text: \"\u4e0d\u6703\", next: 9 }\n          ]\n        },\n        {\n          id: 6,\n          question: \"\u5982\u679c\u4f60\u548c\u4e00\u4f4d\u58ae\u5929\u4f7f\u540c\u6642\u611b\u4e0a\u4e00\u4f4d\u4ed9\u754c\u7684TA\uff0c\u800c\u4ed6\u5006\u662f\u5f7c\u6b64\u76f8\u611b\u7684\uff0c\u4f46\u906d\u5230\u4e0a\u5e1d\u963b\u6b62\uff0c\u4f60\u662f\u5426\u6703\u722d\u53d6\u5462\uff1f\",\n          options: [\n            { text: \"\u6703\", next: 8 },\n            { text: \"\u4e0d\u6703\", next: 9 }\n          ]\n        },\n        {\n          id: 7,\n          question: \"\u5982\u679c\u4f60\u8d70\u4e0a\u8b00\u53cd\u7684\u8def\uff0c\u6b64\u6642\u4f60\u611b\u4e0a\u4e86\u4e00\u4f4d\u4ed9\u754c\u7684\u4eba\uff0c\u5c0d\u65b9\u537b\u5fe0\u65bc\u4e0a\u5e1d\uff0c\u611b\u8457\u4f60\u7684\u6575\u4eba\uff0c\u53c8\u75db\u6068\u8457\u4f60\uff0c\u4f60\u9084\u6703\u52aa\u529b\u60f3\u8b93TA\u611b\u4e0a\u81ea\u5df1\u55ce\uff1f\",\n          options: [\n            { text: \"\u6703\", next: 9 },\n            { text: \"\u4e0d\u6703\", next: \"D\" }\n          ]\n        },\n        {\n          id: 8,\n          question: \"\u5982\u679c\u4f60\u6700\u7d42\u6253\u6557\u4e86\u6240\u6709\u7684\u5c0d\u624b\uff0c\u4e26\u4e14\u5f97\u5230\u4e86\u90a3\u4f4d\u5fc3\u5100\u7684TA\uff0c\u4e0d\u904eTA\u7684\u5fc3\u6c38\u9060\u4e0d\u5c6c\u65bc\u4f60\uff0c\u4f60\u9084\u6703\u7559\u4f4fTA\u7684\u4eba\u55ce\uff1f\",\n          options: [\n            { text: \"\u662f\u7684\", next: \"A\" },\n            { text: \"\u653e\u68c4\", next: 12 }\n          ]\n        },\n        {\n          id: 9,\n          question: \"\u5982\u679c\u4f60\u5728\u5929\u754c\u865b\u5ea6\u5149\u9670\u4e86\u5e7e\u5343\u5e74\uff0c\u4f60\u6703\u4e0d\u6703\u6709\u60f3\u8981\u5192\u8457\u88ab\u61f2\u7f70\u7684\u5371\u96aa\u5192\u96aa\u53bb\u51e1\u9593\u73a9\u800d\u5462\uff1f\",\n          options: [\n            { text: \"\u6703\", next: 12 },\n            { text: \"\u4e0d\u6703\", next: \"B\" }\n          ]\n        },\n        {\n          id: 10,\n          question: \"\u7576\u4f60\u9032\u5165\u5730\u7344\u5f8c\u767c\u73fe\uff0c\u81ea\u5df1\u4e0d\u9867\u4e00\u5207\u611b\u7684\u90a3\u500b\u9b54\u65cf\u7684TA\uff0c\u537b\u662f\u4f9d\u9760\u5438\u98df\u4eba\u985e\u751f\u547d\u7dad\u6301\u6cd5\u529b\uff0c\u6b64\u524d\u5df2\u7d93\u6709\u4e0d\u5c11\u4eba\u6b7b\u5728TA\u624b\u4e0a\uff0c\u4f60\u9084\u6703\u9858\u610f\u611bTA\u55ce\uff1f\",\n          options: [\n            { text: \"\u6703\", next: 11 },\n            { text: \"\u4e0d\u6703\", next: 12 }\n          ]\n        },\n        {\n          id: 11,\n          question: \"\u96d6\u7136\u9b54\u65cf\u7684TA\u78ba\u5be6\u559c\u6b61\u4f60\uff0c\u4f46TA\u537b\u4e0d\u9858\u610f\u653e\u68c4\u81ea\u5df1\u7684\u8eab\u4efd\u3002\u7576\u4f60\u9078\u64c7\u96e2\u958b\u5f8c\uff0c\u6709\u7121\u6578\u7684\u9b54\u9b3c\u60f3\u8981\u8ffd\u6bba\u4f60\uff0c\u904e\u53bb\u7684\u5929\u4f7f\u670b\u53cb\u4e5f\u56e0\u4f60\u80cc\u53db\u8981\u6d88\u6ec5\u4f60\uff0c\u6b64\u6642\u4f60\u6703\u9078\u64c7\u6b8a\u6b7b\u4e00\u640f\u55ce\uff1f\",\n          options: [\n            { text: \"\u6703\", next: \"A\" },\n            { text: \"\u653e\u68c4\", next: \"B\" }\n          ]\n        },\n        {\n          id: 12,\n          question: \"\u96d6\u7136\u4f60\u72af\u4e0b\u4e0d\u53ef\u9952\u6055\u7684\u932f\uff0c\u4e0d\u904e\u6709\u4f4d\u9ad8\u6b0a\u91cd\u7684\u795e\u5e6b\u4f60\u6c42\u60c5\uff0c\u4e0a\u5e1d\u5bec\u6055\u4e86\u4f60\u3002\u5982\u679c\u6b64\u6642\u8b93\u4f60\u91cd\u65b0\u9078\u64c7\uff0c\u4f60\u6703\u9858\u610f\u88ab\u8cb6\u70ba\u51e1\u4eba\uff0c\u9084\u662f\u7e7c\u7e8c\u7559\u5728\u7121\u6182\u7121\u616e\u4f46\u84bc\u767d\u7121\u6b32\u7684\u5929\u754c\uff1f\",\n          options: [\n            { text: \"\u51e1\u9593\", next: \"D\" },\n            { text: \"\u5929\u754c\", next: \"C\" }\n          ]\n        }\n      ];\n      \n      \/\/ \u7d50\u679c\u6578\u64da\n      const resultData = {\n        \"A\": {\n          title: \"\u9700\u8981\u7d93\u6b77\u5206\u5a29\u4e4b\u82e6\",\n          description: \"\u4f60\u662f\u6562\u611b\u6562\u6068\u7684\u4eba\uff0c\u5c0d\u611b\u60c5\u59cb\u7d42\u90fd\u662f\u4e00\u7a2e\u81f3\u6b7b\u4e0d\u6e1d\u7684\u614b\u5ea6\u3002\u9019\u6a23\u7684\u4f60\uff0c\u8a3b\u5b9a\u6703\u70ba\u611b\u60c5\u611b\u5f97\u6b7b\u53bb\u6d3b\u4f86\uff0c\u4e5f\u5c31\u8981\u7d93\u6b77\u5206\u5a29\u7d1a\u5225\u7684\u75db\u82e6\u4e86\u3002\u5c24\u5176\u662f\u7576\u4f60\u9047\u5230\u4e0d\u88ab\u5141\u8a31\u7684\u611b\u60c5\u6642\uff0c\u4f60\u4ecd\u7136\u6703\u50cf\u98db\u86fe\u64b2\u706b\u4e00\u6a23\u7fa9\u7121\u53cd\u9867\u5730\u53bb\u8ffd\u6c42\uff0c\u5373\u4fbf\u6700\u5f8c\u7c89\u8eab\u788e\u9aa8\u4e5f\u7121\u6240\u8b02\u3002\u4e0d\u904e\u4f60\u7684\u611b\u60c5\u91cc\u537b\u5bb9\u4e0d\u5f97\u4e00\u9ede\u6c99\u5b50\uff0c\u4e00\u65e6\u9047\u5230\u80cc\u53db\uff0c\u5c31\u6703\u60f3\u8981\u8ddf\u5c0d\u65b9\u7389\u77f3\u4ff1\u711a\uff0c\u7d55\u4e0d\u6703\u8f15\u6613\u6210\u5168\u5c0d\u65b9\u3002\",\n          chartData: {\n            labels: ['\u71b1\u60c5\u7a0b\u5ea6', '\u57f7\u8457\u7a0b\u5ea6', '\u72a7\u7272\u7cbe\u795e', '\u5305\u5bb9\u529b', '\u7406\u667a\u7a0b\u5ea6'],\n            values: [95, 90, 85, 40, 30],\n            color: 'rgba(255, 99, 132, 0.7)'\n          }\n        },\n        \"B\": {\n          title: \"\u9700\u8981\u7d93\u6b77\u65b7\u8178\u4e4b\u82e6\",\n          description: \"\u4f60\u7279\u5225\u5bb9\u6613\u9677\u5165\u4e00\u5ec2\u60c5\u9858\u7684\u82e6\u6200\uff0c\u660e\u77e5\u9053\u81ea\u5df1\u5df2\u7d93\u6c92\u6709\u6a5f\u6703\uff0c\u5c0d\u65b9\u4e5f\u660e\u78ba\u8868\u614b\uff0c\u4f46\u4f60\u9084\u662f\u6703\u56fa\u57f7\u5730\u5b88\u5728\u539f\u5730\uff0c\u8a8d\u70ba\u611b\u662f\u4e00\u500b\u4eba\u7684\u4e8b\u60c5\uff0c\u8207\u5c0d\u65b9\u7121\u95dc\u3002\u9019\u6a23\u7684\u4f60\uff0c\u59cb\u7d42\u8a8d\u70ba\u53ea\u8981\u6709\u8db3\u5920\u7684\u6046\u5fc3\uff0c\u5c31\u80fd\u6253\u52d5\u5c0d\u65b9\u3002\u6240\u4ee5\u4f60\u5728\u611b\u60c5\u91cc\uff0c\u7e3d\u662f\u638f\u5fc3\u638f\u80ba\u5730\u4ed8\u51fa\u3002\u53ef\u8981\u662f\u5f88\u4e45\u5f88\u4e45\u90fd\u5f97\u4e0d\u5230\u4efb\u4f55\u7684\u56de\u61c9\uff0c\u4f60\u4e5f\u6703\u5fc3\u75db\uff0c\u4e5f\u6703\u50cf\u500b\u65b7\u8178\u4eba\u3002\u5176\u5be6\u6709\u6642\u5019\u653e\u624b\uff0c\u4f60\u80fd\u5920\u64c1\u62b1\u66f4\u7f8e\u7684\u98a8\u666f\uff0c\u4f55\u5fc5\u8981\u82e6\u4e86\u81ea\u5df1\u5462\u3002\",\n          chartData: {\n            labels: ['\u71b1\u60c5\u7a0b\u5ea6', '\u57f7\u8457\u7a0b\u5ea6', '\u72a7\u7272\u7cbe\u795e', '\u5305\u5bb9\u529b', '\u7406\u667a\u7a0b\u5ea6'],\n            values: [70, 95, 80, 65, 25],\n            color: 'rgba(54, 162, 235, 0.7)'\n          }\n        },\n        \"C\": {\n          title: \"\u9700\u8981\u7d93\u6b77\u9ec3\u9023\u4e4b\u82e6\",\n          description: \"\u4f60\u662f\u500b\u795e\u7d93\u5927\u689d\u7684\u4eba\uff0c\u5c0d\u611f\u60c5\u4e4b\u4e8b\u7e3d\u662f\u5f8c\u77e5\u5f8c\u89ba\u3002\u9019\u6a23\u7684\u4f60\uff0c\u5373\u4fbf\u6709\u4eba\u628a\u771f\u5fc3\u638f\u51fa\u4f86\u7d66\u4f60\uff0c\u4f60\u90fd\u6703\u61f5\u7136\u4e0d\u77e5\u800c\u68c4\u4e4b\u4e0d\u9867\u3002\u53ef\u7576\u5c0d\u65b9\u6522\u5920\u4e86\u5931\u671b\uff0c\u5728\u4f60\u8eab\u908a\u6d88\u5931\u4e4b\u5f8c\uff0c\u4f60\u53c8\u6703\u89ba\u5f97\u5fc3\u88e1\u5c11\u4e86\u4ec0\u9ebc\u800c\u5f8c\u6094\u4e0d\u5df2\u3002\u6b64\u6642\u4f60\u5c31\u6703\u6389\u904e\u982d\u53bb\u8ffd\u56de\u5c0d\u65b9\uff0c\u7136\u800c\u300c\u54c0\u83ab\u5927\u65bc\u5fc3\u6b7b\u300d\uff0c\u60f3\u8981\u8b93\u7834\u88c2\u7684\u771f\u5fc3\u91cd\u65b0\u7652\u5408\u53ef\u4e0d\u662f\u7c21\u55ae\u7684\u4e8b\u3002\u6240\u4ee5\u5728\u6b64\u904e\u7a0b\u4e2d\uff0c\u4f60\u96e3\u514d\u8981\u63a5\u53d7\u9ede\u82e6\u982d\uff0c\u751a\u81f3\u6703\u50cf\u9ec3\u9023\u4e00\u6a23\u7684\u82e6\uff0c\u5176\u5be6\u8b93\u4f60\u5403\u9ede\u82e6\u4e5f\u662f\u597d\u4e8b\uff0c\u80fd\u8b93\u4f60\u61c2\u5f97\u73cd\u60dc\u5f97\u4e4b\u4e0d\u6613\u7684\u611b\u60c5\u3002\",\n          chartData: {\n            labels: ['\u71b1\u60c5\u7a0b\u5ea6', '\u57f7\u8457\u7a0b\u5ea6', '\u72a7\u7272\u7cbe\u795e', '\u5305\u5bb9\u529b', '\u7406\u667a\u7a0b\u5ea6'],\n            values: [50, 40, 35, 60, 75],\n            color: 'rgba(255, 159, 64, 0.7)'\n          }\n        },\n        \"D\": {\n          title: \"\u9700\u8981\u7d93\u6b77\u868a\u53ee\u4e4b\u82e6\",\n          description: \"\u4f60\u4e26\u4e0d\u662f\u559c\u6b61\u82e6\u60c5\u75f4\u6200\u7684\u4eba\uff0c\u6240\u4ee5\u4e00\u822c\u4e0d\u9700\u8981\u7d93\u6b77\u4ec0\u9ebc\u611b\u60c5\u7684\u82e6\u75db\u3002\u9019\u6a23\u7684\u4f60\uff0c\u8ffd\u6c42\u8457\u7121\u62d8\u7121\u675f\u7684\u751f\u6d3b\uff0c\u6839\u672c\u5c31\u6c92\u6709\u5fc3\u601d\u53bb\u5b88\u8b77\u5225\u4eba\u3002\u5728\u4f60\u89c0\u9ede\u4e2d\u8a8d\u70ba\uff0c\u4e16\u754c\u4e0a\u6c92\u6709\u8ab0\u96e2\u958b\u8ab0\u662f\u6d3b\u4e0d\u4e0b\u53bb\u7684\u3002\u611b\u60c5\u91cc\uff0c\u4e00\u68f5\u6a39\u5012\u4e86\uff0c\u81ea\u5df1\u9084\u6709\u4e00\u6574\u7247\u7684\u68ee\u6797\u3002\u6240\u4ee5\u4f60\u4e0d\u6703\u8b93\u81ea\u5df1\u50bb\u50bb\u5730\u9677\u5165\u82e6\u6200\uff0c\u611b\u60c5\u80fd\u7d66\u4f60\u7684\u9802\u591a\u662f\u868a\u5b50\u53ee\u54ac\u4e00\u6a23\u7684\u5c0f\u75db\u800c\u5df2\u3002\u6a02\u89c0\u7684\u4f60\uff0c\u7e3d\u6709\u7121\u6578\u7684\u65b9\u6cd5\u4f86\u8b93\u81ea\u5df1\u7684\u751f\u6d3b\u660e\u4eae\u8d77\u4f86\u3002\",\n          chartData: {\n            labels: ['\u71b1\u60c5\u7a0b\u5ea6', '\u57f7\u8457\u7a0b\u5ea6', '\u72a7\u7272\u7cbe\u795e', '\u5305\u5bb9\u529b', '\u7406\u667a\u7a0b\u5ea6'],\n            values: [40, 25, 30, 85, 90],\n            color: 'rgba(75, 192, 192, 0.7)'\n          }\n        }\n      };\n      \n      \/\/ DOM\u5143\u7d20\n      const introSection = document.getElementById('loveTestIntro');\n      const quizSection = document.getElementById('loveTestQuiz');\n      const resultSection = document.getElementById('loveTestResult');\n      const startBtn = document.getElementById('loveTestStartBtn');\n      const prevBtn = document.getElementById('loveTestPrevBtn');\n      const restartBtn = document.getElementById('loveTestRestartBtn');\n      const progressBar = document.getElementById('loveTestProgressBar');\n      const progressText = document.getElementById('loveTestProgressText');\n      const questionTitle = document.getElementById('loveTestQuestionTitle');\n      const optionsList = document.getElementById('loveTestOptions');\n      const resultTitle = document.getElementById('loveTestResultTitle');\n      const resultContent = document.getElementById('loveTestResultContent');\n      \n      \/\/ \u72c0\u614b\u8b8a\u6578\n      let currentQuestion = 1;\n      let userAnswers = [];\n      let chart = null;\n      \n      \/\/ \u9632\u6296\u51fd\u6578\n      function debounce(fn, delay) {\n        let timer = null;\n        return function() {\n          const context = this;\n          const args = arguments;\n          clearTimeout(timer);\n          timer = setTimeout(() => {\n            fn.apply(context, args);\n          }, delay);\n        };\n      }\n      \n      \/\/ \u521d\u59cb\u5316\u6e2c\u9a57\n      function initQuiz() {\n        currentQuestion = 1;\n        userAnswers = [];\n        updateQuestion();\n        updateProgress();\n        prevBtn.style.display = 'none';\n      }\n      \n      \/\/ \u66f4\u65b0\u554f\u984c\n      function updateQuestion() {\n        const question = quizData.find(q => q.id === currentQuestion);\n        if (!question) return;\n        \n        questionTitle.textContent = question.question;\n        \n        \/\/ \u6e05\u7a7a\u9078\u9805\u5217\u8868\n        while (optionsList.firstChild) {\n          optionsList.removeChild(optionsList.firstChild);\n        }\n        \n        \/\/ \u6dfb\u52a0\u65b0\u9078\u9805\n        question.options.forEach((option, index) => {\n          const li = document.createElement('li');\n          li.className = 'love-test-option';\n          li.setAttribute('data-next', option.next);\n          \n          const radio = document.createElement('div');\n          radio.className = 'love-test-option-radio';\n          \n          const text = document.createElement('div');\n          text.className = 'love-test-option-text';\n          text.textContent = option.text;\n          \n          li.appendChild(radio);\n          li.appendChild(text);\n          optionsList.appendChild(li);\n          \n          \/\/ \u9078\u9805\u9ede\u64ca\u4e8b\u4ef6\n          li.addEventListener('click', function() {\n            selectOption(this);\n          });\n        });\n        \n        \/\/ \u6aa2\u67e5\u662f\u5426\u5df2\u7d93\u9078\u64c7\u904e\n        const prevAnswer = userAnswers.find(a => a.questionId === currentQuestion);\n        if (prevAnswer) {\n          const options = optionsList.querySelectorAll('.love-test-option');\n          options.forEach((option, index) => {\n            if (index === prevAnswer.optionIndex) {\n              option.classList.add('selected');\n            }\n          });\n        }\n      }\n      \n      \/\/ \u9078\u64c7\u9078\u9805\n      function selectOption(optionEl) {\n        \/\/ \u6dfb\u52a0\u9078\u4e2d\u6a23\u5f0f\n        const options = optionsList.querySelectorAll('.love-test-option');\n        options.forEach(opt => opt.classList.remove('selected'));\n        optionEl.classList.add('selected');\n        \n        \/\/ \u8a18\u9304\u7b54\u6848\n        const optionIndex = Array.from(options).indexOf(optionEl);\n        const answerIndex = userAnswers.findIndex(a => a.questionId === currentQuestion);\n        \n        if (answerIndex !== -1) {\n          userAnswers[answerIndex].optionIndex = optionIndex;\n        } else {\n          userAnswers.push({\n            questionId: currentQuestion,\n            optionIndex: optionIndex\n          });\n        }\n        \n        \/\/ \u5ef6\u9072\u5207\u63db\u5230\u4e0b\u4e00\u984c\n        setTimeout(() => {\n          const nextId = optionEl.getAttribute('data-next');\n          \n          if (nextId === \"A\" || nextId === \"B\" || nextId === \"C\" || nextId === \"D\") {\n            showResult(nextId);\n          } else {\n            goToQuestion(parseInt(nextId));\n          }\n        }, 500);\n      }\n      \n      \/\/ \u8df3\u8f49\u5230\u6307\u5b9a\u554f\u984c\n      function goToQuestion(questionId) {\n        currentQuestion = questionId;\n        updateQuestion();\n        updateProgress();\n        \n        \/\/ \u63a7\u5236\u4e0a\u4e00\u984c\u6309\u9215\u986f\u793a\n        prevBtn.style.display = currentQuestion > 1 ? 'inline-block' : 'none';\n        \n        \/\/ \u6efe\u52d5\u5230\u9802\u90e8\n        quizSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      }\n      \n      \/\/ \u66f4\u65b0\u9032\u5ea6\u689d\n      function updateProgress() {\n        const totalQuestions = quizData.length;\n        const progress = (currentQuestion \/ totalQuestions) * 100;\n        progressBar.style.width = progress + '%';\n        progressText.textContent = `\u554f\u984c ${currentQuestion}\/${totalQuestions}`;\n      }\n      \n      \/\/ \u986f\u793a\u7d50\u679c\n      function showResult(resultKey) {\n        const result = resultData[resultKey];\n        \n        \/\/ \u66f4\u65b0\u7d50\u679c\u5167\u5bb9\n        resultTitle.textContent = result.title;\n        resultContent.innerHTML = `<p>${result.description}<\/p>`;\n        \n        \/\/ \u986f\u793a\u7d50\u679c\u9801\u9762\n        quizSection.style.display = 'none';\n        resultSection.style.display = 'block';\n        resultSection.classList.add('love-test-animate');\n        \n        \/\/ \u6efe\u52d5\u5230\u9802\u90e8\n        resultSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n        \n        \/\/ \u5275\u5efa\u5716\u8868\n        createChart(result.chartData);\n      }\n      \n      \/\/ \u5275\u5efa\u5716\u8868\n      function createChart(chartData) {\n        const ctx = document.getElementById('loveTestChart').getContext('2d');\n        \n        \/\/ \u5982\u679c\u5df2\u6709\u5716\u8868\uff0c\u5148\u92b7\u6bc0\n        if (chart) {\n          chart.destroy();\n        }\n        \n        \/\/ \u5275\u5efa\u65b0\u5716\u8868\n        chart = new Chart(ctx, {\n          type: 'radar',\n          data: {\n            labels: chartData.labels,\n            datasets: [{\n              label: '\u611b\u60c5\u7279\u8cea\u5206\u6790',\n              data: chartData.values,\n              backgroundColor: chartData.color,\n              borderColor: chartData.color.replace('0.7', '1'),\n              borderWidth: 2,\n              pointBackgroundColor: chartData.color.replace('0.7', '1'),\n              pointRadius: 5\n            }]\n          },\n          options: {\n            scales: {\n              r: {\n                beginAtZero: true,\n                max: 100,\n                ticks: {\n                  display: false\n                },\n                pointLabels: {\n                  font: {\n                    size: 16\n                  }\n                }\n              }\n            },\n            plugins: {\n              legend: {\n                display: false\n              },\n              tooltip: {\n                callbacks: {\n                  label: function(context) {\n                    return `${context.label}: ${context.raw}%`;\n                  }\n                }\n              }\n            },\n            responsive: true,\n            maintainAspectRatio: false\n          }\n        });\n      }\n      \n      \/\/ \u91cd\u65b0\u958b\u59cb\u6e2c\u9a57\n      function restartQuiz() {\n        resultSection.style.display = 'none';\n        introSection.style.display = 'block';\n        introSection.classList.add('love-test-animate');\n        \n        \/\/ \u6efe\u52d5\u5230\u9802\u90e8\n        introSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n        \n        \/\/ \u91cd\u7f6e\u72c0\u614b\n        currentQuestion = 1;\n        userAnswers = [];\n      }\n      \n      \/\/ \u4e8b\u4ef6\u76e3\u807d\n      startBtn.addEventListener('click', function() {\n        introSection.style.display = 'none';\n        quizSection.style.display = 'block';\n        quizSection.classList.add('love-test-animate');\n        initQuiz();\n        \n        \/\/ \u6efe\u52d5\u5230\u9802\u90e8\n        quizSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n      });\n      \n      prevBtn.addEventListener('click', function() {\n        if (currentQuestion > 1) {\n          currentQuestion--;\n          updateQuestion();\n          updateProgress();\n          \n          if (currentQuestion === 1) {\n            prevBtn.style.display = 'none';\n          }\n          \n          \/\/ \u6efe\u52d5\u5230\u9802\u90e8\n          quizSection.scrollIntoView({ behavior: 'smooth', block: 'start' });\n        }\n      });\n      \n      restartBtn.addEventListener('click', restartQuiz);\n      \n      \/\/ \u97ff\u61c9\u5f0f\u8abf\u6574\n      window.addEventListener('resize', debounce(function() {\n        if (chart) {\n          chart.resize();\n        }\n      }, 250));\n      \n      \/\/ \u4fee\u5fa9\u5716\u6a19\u7f3a\u5931\u554f\u984c\n      document.addEventListener('DOMContentLoaded', function() {\n        const icons = document.querySelectorAll('.fas');\n        icons.forEach(icon => {\n          if (icon.classList.contains('fa-heart')) {\n            icon.textContent = '\u2665';\n          } else if (icon.classList.contains('fa-brain')) {\n            icon.textContent = '\u2727';\n          } else if (icon.classList.contains('fa-chart-pie')) {\n            icon.textContent = '\u25c9';\n          }\n        });\n      });\n    })();\n  <\/script>","protected":false},"excerpt":{"rendered":"<p>\u5728\u7231\u60c5\u4e4b\u4e2d\uff0c\u6bcf\u4e2a\u4eba\u90fd\u8981\u7ecf\u5386\u8fc7\u51e4\u51f0\u6d85\u69c3\u822c\u7684\u75db\u82e6\uff0c\u624d\u80fd\u8d70\u5230\u5c5e\u4e8e\u5e78\u798f\u7684\u5f7c\u5cb8\u3002\u90a3\u4e48\u5728\u4f60\u7684\u7231\u60c5\u9014\u4e2d\uff0c\u8981\u63a5\u53d7\u600e\u4e48\u7684\u8003\u9a8c\uff1f\u4f60\u7684\u7231\u60c5\u8981\u7ecf\u53d7\u600e\u6837\u7684\u75db\u82e6\uff1f<\/p>","protected":false},"author":19,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"narrow-width-container","site-content-style":"unboxed","site-sidebar-style":"default","ast-global-header-display":"disabled","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[179,160,178],"tags":[],"class_list":["post-2501","post","type-post","status-publish","format-standard","hentry","category-marriage","category-attitude-scales","category-love"],"_links":{"self":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2501","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/comments?post=2501"}],"version-history":[{"count":2,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2501\/revisions"}],"predecessor-version":[{"id":10409,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/posts\/2501\/revisions\/10409"}],"wp:attachment":[{"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/media?parent=2501"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/categories?post=2501"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/xinliceyan.org\/zh\/wp-json\/wp\/v2\/tags?post=2501"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}