{"id":668,"date":"2025-02-13T01:53:56","date_gmt":"2025-02-13T01:53:56","guid":{"rendered":"https:\/\/amigayquiz.com\/?page_id=668"},"modified":"2025-02-13T07:22:35","modified_gmt":"2025-02-13T07:22:35","slug":"am-i-lesbian-quiz","status":"publish","type":"page","link":"https:\/\/amigayquiz.com\/zh\/am-i-lesbian-quiz\/","title":{"rendered":"\u6211\u662f\u5973\u540c\u6027\u6200\u55ce\u6e2c\u9a57"},"content":{"rendered":"<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-d4f7d3f\" id=\"gspb_row-id-gsbp-d4f7d3f\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-f701469\" id=\"gspb_col-id-gsbp-f701469\">\n<section class=\"wp-block-greenshift-blocks-row alignfull gspb_row gspb_row-id-gsbp-a2da9fe\" id=\"gspb_row-id-gsbp-a2da9fe\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-acb81c9\" id=\"gspb_col-id-gsbp-acb81c9\">\n<style>\n    .quiz-wrapper {\n        font-family: Arial, sans-serif;\n        max-width: 800px;\n        margin: 0 auto;\n        padding: 20px;\n    }\n    .quiz-container {\n        background-color: white;\n        padding: 20px;\n        border-radius: 10px;\n        box-shadow: 0 0 10px rgba(255,182,193,0.3);\n    }\n    .question {\n        margin-bottom: 20px;\n        padding: 15px;\n        border: 1px solid #ffb6c1;\n        border-radius: 5px;\n        display: none;\n    }\n    .question.active {\n        display: block;\n    }\n    .options {\n        display: grid;\n        gap: 10px;\n        margin-top: 10px;\n    }\n    .option {\n        padding: 10px;\n        border: 1px solid #ffb6c1;\n        border-radius: 5px;\n        cursor: pointer;\n        transition: background-color 0.3s;\n    }\n    .option:hover {\n        background-color: #ffe4e8;\n    }\n    .option.selected {\n        background-color: #ffb6c1;\n        color: white;\n    }\n    .navigation {\n        display: flex;\n        justify-content: space-between;\n        margin-top: 20px;\n    }\n    .quiz-btn {\n        padding: 10px 20px;\n        border: none;\n        border-radius: 5px;\n        background-color: #ff69b4;\n        color: white;\n        cursor: pointer;\n        transition: background-color 0.3s;\n    }\n    .quiz-btn:hover {\n        background-color: #ff1493;\n    }\n    .quiz-btn:disabled {\n        background-color: #ffb6c1;\n        cursor: not-allowed;\n    }\n    .result {\n        display: none;\n        text-align: center;\n        margin-top: 20px;\n    }\n    .progress-bar {\n        width: 100%;\n        height: 10px;\n        background-color: #ffe4e8;\n        border-radius: 5px;\n        margin-bottom: 20px;\n    }\n    .progress {\n        height: 100%;\n        background-color: #ff69b4;\n        border-radius: 5px;\n        transition: width 0.3s;\n    }\n    .quiz-title {\n        color: #ff1493;\n        text-align: center;\n        margin-bottom: 20px;\n    }\n<\/style>\n\n<div class=\"quiz-wrapper\">\n    <h1 class=\"quiz-title\">\u6211\u662f\u5973\u540c\u6027\u6200\u8005\u55ce\uff1f<\/h1>\n    <div class=\"quiz-container\">\n        <div class=\"progress-bar\">\n            <div class=\"progress\" style=\"width: 0%\"><\/div>\n        <\/div>\n        <div id=\"quiz-questions\"><\/div>\n        <div class=\"navigation\">\n            <button id=\"quiz-prevBtn\" class=\"quiz-btn\" onclick=\"quizPreviousQuestion()\" disabled>\u4ee5\u524d\u7684<\/button>\n            <button id=\"quiz-nextBtn\" class=\"quiz-btn\" onclick=\"quizNextQuestion()\">\u4e0b\u4e00\u500b<\/button>\n        <\/div>\n        <div class=\"result\" id=\"quiz-result\">\n            <h2>\u6e2c\u9a57\u7d50\u679c<\/h2>\n            <p id=\"quiz-score\"><\/p>\n            <p id=\"quiz-interpretation\"><\/p>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n    const quizQuestions = [\n        {\n            question: \"Have you ever felt romantic or sexual attraction towards women?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Have you ever felt romantic or sexual attraction towards men?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Have you ever been in a romantic or sexual relationship with a woman?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Have you ever been in a romantic or sexual relationship with a man?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Have you ever fantasized about being with a woman?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Have you ever fantasized about being with a man?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Do you find yourself attracted to women's appearance or behavior?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you find yourself attracted to men's appearance or behavior?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"In social situations, do you prefer to connect with women?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"In social situations, do you prefer to connect with men?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Do you feel envious or desirous of women's romantic relationships?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel envious or desirous of men's romantic relationships?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Do you feel lonely or desire a romantic relationship when not with a man?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel lonely or desire a romantic relationship when not with a woman?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        },\n        {\n            question: \"Do you feel particularly excited or satisfied with romantic or sexual relationships with women?\",\n            options: [\"Frequently\", \"Occasionally\", \"Rarely\", \"Never\"]\n        },\n        {\n            question: \"Do you feel particularly excited or satisfied with romantic or sexual relationships with men?\",\n            options: [\"Never\", \"Rarely\", \"Occasionally\", \"Frequently\"]\n        }\n    ];\n\n    let quizCurrentQuestion = 0;\n    let quizAnswers = new Array(16).fill(null);\n\n    function createQuizQuestions() {\n        const container = document.getElementById('quiz-questions');\n        quizQuestions.forEach((q, index) => {\n            const div = document.createElement('div');\n            div.className = `question ${index === 0 ? 'active' : ''}`;\n            div.innerHTML = `\n                <h3>Question ${index + 1}\/16<\/h3>\n                <p>${q.question}<\/p>\n                <div class=\"options\">\n                    ${q.options.map((opt, i) => `\n                        <div class=\"option\" onclick=\"selectQuizOption(${index}, ${i})\">${opt}<\/div>\n                    `).join('')}\n                <\/div>\n            `;\n            container.appendChild(div);\n        });\n    }\n\n    function selectQuizOption(questionIndex, optionIndex) {\n        const options = document.querySelectorAll(`.question:nth-child(${questionIndex + 1}) .option`);\n        options.forEach(opt => opt.classList.remove('selected'));\n        options[optionIndex].classList.add('selected');\n        quizAnswers[questionIndex] = 3 - optionIndex;\n        updateQuizNextButton();\n    }\n\n    function updateQuizNextButton() {\n        const nextBtn = document.getElementById('quiz-nextBtn');\n        if (quizCurrentQuestion === quizQuestions.length - 1) {\n            nextBtn.textContent = 'Show Results';\n        }\n    }\n\n    function quizPreviousQuestion() {\n        if (quizCurrentQuestion > 0) {\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.remove('active');\n            quizCurrentQuestion--;\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.add('active');\n            document.getElementById('quiz-prevBtn').disabled = quizCurrentQuestion === 0;\n            document.getElementById('quiz-nextBtn').textContent = 'Next';\n            updateQuizProgress();\n        }\n    }\n\n    function quizNextQuestion() {\n        if (quizAnswers[quizCurrentQuestion] === null) {\n            alert('Please select an option before continuing');\n            return;\n        }\n\n        if (quizCurrentQuestion < quizQuestions.length - 1) {\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.remove('active');\n            quizCurrentQuestion++;\n            document.querySelectorAll('.question')[quizCurrentQuestion].classList.add('active');\n            document.getElementById('quiz-prevBtn').disabled = false;\n            updateQuizProgress();\n        } else {\n            showQuizResult();\n        }\n    }\n\n    function updateQuizProgress() {\n        const progress = ((quizCurrentQuestion + 1) \/ quizQuestions.length) * 100;\n        document.querySelector('.progress').style.width = `${progress}%`;\n    }\n\n    function showQuizResult() {\n        const totalScore = quizAnswers.reduce((sum, score) => sum + (score || 0), 0);\n        document.querySelectorAll('.question').forEach(q => q.style.display = 'none');\n        document.querySelector('.navigation').style.display = 'none';\n        document.querySelector('.progress-bar').style.display = 'none';\n        \n        const result = document.getElementById('quiz-result');\n        const score = document.getElementById('quiz-score');\n        const interpretation = document.getElementById('quiz-interpretation');\n        \n        score.textContent = `Total Score: ${totalScore} points`;\n        \n        if (totalScore >= 48) {\n            interpretation.textContent = 'Interpretation: Primarily lesbian, with possible mixed feelings';\n        } else if (totalScore >= 32) {\n            interpretation.textContent = 'Interpretation: Bisexual tendencies';\n        } else if (totalScore >= 16) {\n            interpretation.textContent = 'Interpretation: Primarily heterosexual, with possible mixed feelings';\n        } else {\n            interpretation.textContent = 'Interpretation: Primarily heterosexual';\n        }\n        \n        result.style.display = 'block';\n    }\n\n    \/\/ Initialize quiz\n    createQuizQuestions();\n    updateQuizProgress();\n<\/script>\n<\/div>\n <\/div><\/section>\n<\/div>\n <\/div><\/div>\n\n\n\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-11f8a08\" id=\"gspb_row-id-gsbp-11f8a08\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-f70f076\" id=\"gspb_col-id-gsbp-f70f076\">\n<p><strong>\u6211\u662f\u5973\u540c\u6027\u6200\u8005\u55ce \u6e2c\u9a57\u5206\u6578\u89e3\u91cb\uff1a <\/strong> <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>34\u201348<\/strong>\uff1a\u4e3b\u8981\u662f\u5973\u540c\u6027\u6200\uff0c\u6709\u4e00\u4e9b\u8907\u96dc\u7684\u611f\u89ba\u6216\u5438\u5f15\u529b<\/li>\n\n\n\n<li><strong>25\u201333<\/strong>\uff1a\u96d9\u6027\u6200\u50be\u5411\uff0c\u5c0d\u5973\u6027\u5177\u6709\u540c\u7b49\u6216\u90e8\u5206\u5438\u5f15\u529b<\/li>\n\n\n\n<li><strong>13\u201324<\/strong>\uff1a\u4e3b\u8981\u70ba\u7570\u6027\u6200\uff0c\u5076\u723e\u5c0d\u5973\u6027\u6709\u5438\u5f15\u529b<\/li>\n\n\n\n<li><strong>0\u201312<\/strong>\uff1a\u5927\u90e8\u5206\u662f\u7570\u6027\u6200\uff0c\u5c0d\u5973\u6027\u5e7e\u4e4e\u6c92\u6709\u5438\u5f15\u529b<\/li>\n<\/ul>\n<\/div>\n <\/div><\/div>\n\n\n\n<div class=\"wp-block-greenshift-blocks-row gspb_row gspb_row-id-gsbp-cf85a9d\" id=\"gspb_row-id-gsbp-cf85a9d\"><div class=\"gspb_row__content\"> \n<div class=\"wp-block-greenshift-blocks-row-column gspb_row__col--12 gspb_col-id-gsbp-5315f64\" id=\"gspb_col-id-gsbp-5315f64\">\n<p><strong>\u6211\u662f\u5973\u540c\u5fd7\u55ce\uff1f<\/strong><\/p>\n\n\n\n<p>\u63a2\u7d22\u4f60\u7684\u6027\u53d6\u5411\u53ef\u80fd\u662f\u4e00\u500b\u8907\u96dc\u4e14\u6709\u6642\u4ee4\u4eba\u56f0\u60d1\u7684\u65c5\u7a0b\u3002\u5982\u679c\u4f60\u767c\u73fe\u81ea\u5df1\u5728\u60f3\uff0c\u300c\u6211\u662f\u4e00\u500b <a href=\"https:\/\/en.wikipedia.org\/wiki\/Lesbian\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u5973\u540c\u6027\u6200<\/a>\u201c\u2018\u554a\uff1f\u2019\u4f60\u4e26\u4e0d\u5b64\u55ae\u3002\u4e86\u89e3\u81ea\u5df1\u7684\u6027\u50be\u5411\u662f\u4e00\u500b\u500b\u4eba\u904e\u7a0b\uff0c\u8a31\u591a\u4eba\u6703\u6c42\u52a9\u65bc\u6e2c\u9a57\uff0c\u4f8b\u5982 <strong>\u201c\u6211\u662f\u5973\u540c\u6027\u6200\u8005\u55ce\u201d<\/strong>\uff0c\u4f5c\u70ba\u5e6b\u52a9\u81ea\u6211\u53cd\u7701\u7684\u5de5\u5177\u3002<\/p>\n\n\n\n<p>\u5728\u672c\u6587\u4e2d\uff0c\u6211\u5011\u5c07\u4ed4\u7d30\u7814\u7a76\u6e2c\u9a57\u7684\u5de5\u4f5c\u539f\u7406\u3001\u5b83\u5011\u80fd\uff08\u548c\u4e0d\u80fd\uff09\u544a\u8a34\u4f60\u4ec0\u9ebc\uff0c\u4ee5\u53ca\u4f60\u53ef\u4ee5\u5982\u4f55\u4f7f\u7528\u9019\u500b\u904e\u7a0b\u4f86\u66f4\u597d\u5730\u4e86\u89e3\u81ea\u5df1\u3002\u6211\u5011\u4e5f\u5c07\u63a2\u8a0e\u5973\u540c\u6027\u6200\u8eab\u5206\u7684\u5404\u500b\u9762\u5411\u3001\u5973\u540c\u6027\u6200\u793e\u7fa4\u5167\u7684\u7d30\u5fae\u5dee\u5225\uff0c\u4ee5\u53ca\u6027\u53d6\u5411\u5982\u4f55\u6d41\u52d5\u4e14\u591a\u9762\u5411\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-the-am-i-lesbian-quiz\"><strong>\u300c\u6211\u662f\u5973\u540c\u5fd7\u55ce\u300d\u6e2c\u9a57\u662f\u4ec0\u9ebc\uff1f<\/strong><\/h2>\n\n\n\n<p>\u9019 <strong>\u201c\u6211\u662f\u5973\u540c\u6027\u6200\u8005\u55ce\u201d<\/strong> \u65e8\u5728\u5e6b\u52a9\u500b\u4eba\u53cd\u601d\u81ea\u5df1\u7684\u611f\u53d7\u3001\u5438\u5f15\u529b\u548c\u904e\u53bb\u7684\u7d93\u9a57\u3002\u6e2c\u9a57\u901a\u5e38\u7531\u4e00\u7cfb\u5217\u554f\u984c\u7d44\u6210\uff0c\u65e8\u5728\u5e6b\u52a9\u60a8\u63a2\u7d22\u60a8\u7684\u6d6a\u6f2b\u548c\u6027\u5438\u5f15\u529b\u3001\u60a8\u5c0d\u5973\u6027\u7684\u8212\u9069\u5ea6\u4ee5\u53ca\u60a8\u8207\u4ed6\u4eba\u7684\u60c5\u611f\u806f\u7e6b\u3002\u9019\u4e0d\u662f\u4e00\u500b\u660e\u78ba\u7684\u6e2c\u8a66\uff0c\u4f46\u5b83\u63d0\u4f9b\u4e86\u4e00\u7a2e\u66f4\u597d\u5730\u7406\u89e3\u4f60\u7684\u611f\u53d7\u7684\u65b9\u6cd5\u3002<\/p>\n\n\n\n<p>\u4f8b\u5982\uff0c\u5176\u4e2d\u4e00\u500b\u6e2c\u9a57\u53ef\u80fd\u6703\u8a62\u554f\u60a8\u904e\u53bb\u7684\u95dc\u4fc2\uff0c\u662f\u5426\u66fe\u7d93\u5c0d\u5973\u6027\u7522\u751f\u6d6a\u6f2b\u6216\u6027\u5438\u5f15\u529b\uff0c\u4ee5\u53ca\u662f\u5426\u5c0d\u5973\u6027\u7522\u751f\u5e7b\u60f3\u3002\u6839\u64da\u60a8\u7684\u56de\u7b54\uff0c\u60a8\u6703\u7acb\u5373\u5f97\u5230\u95dc\u65bc\u60a8\u662f\u5973\u540c\u6027\u6200\u7684\u53ef\u80fd\u6027\u7684\u56de\u994b\u3002<\/p>\n\n\n\n<p>\u6700\u597d\u7684\u90e8\u5206\uff1f\u60a8\u751a\u81f3\u4e0d\u9700\u8981\u63d0\u4f9b\u60a8\u7684\u96fb\u5b50\u90f5\u4ef6\u5730\u5740\u4f86\u63a5\u6536\u60a8\u7684\u7d50\u679c\uff0c\u9019\u662f\u4e00\u7a2e\u79c1\u5bc6\u4e14\u6613\u65bc\u8a2a\u554f\u7684\u65b9\u5f0f\u4f86\u53cd\u6620\u60a8\u7684\u6027\u53d6\u5411\u3002\u7136\u800c\uff0c\u5fc5\u9808\u7262\u8a18\u7684\u662f\uff0c\u9019\u662f\u4e00\u500b\u53cd\u601d\u7684\u5de5\u5177\uff0c\u800c\u4e0d\u662f\u8a3a\u65b7\u7684\u5de5\u5177\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"am-i-really-a-lesbian-how-to-know\"><strong>\u6211\u771f\u7684\u662f\u5973\u540c\u6027\u6200\u55ce\uff1f\u5982\u4f55\u77e5\u9053<\/strong><\/h2>\n\n\n\n<p>\u5f04\u6e05\u695a\u4f60\u7684\u6027\u53d6\u5411\u53ef\u80fd\u662f\u4e00\u500b\u975e\u5e38\u79c1\u4eba\u4e14\u4e0d\u65b7\u767c\u5c55\u7684\u904e\u7a0b\u3002\u4ee5\u4e0b\u662f\u60a8\u5728\u65c5\u9014\u4e2d\u53ef\u4ee5\u8003\u616e\u7684\u4e00\u4e9b\u554f\u984c\u548c\u6b65\u9a5f\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"reflect-on-your-feelings-toward-women\"><strong>\u53cd\u601d\u4f60\u5c0d\u5973\u6027\u7684\u611f\u53d7<\/strong><\/h3>\n\n\n\n<p>\u5728\u5224\u65b7\u4f60\u662f\u5426\u662f\u5973\u540c\u6027\u6200\u6642\uff0c\u6700\u57fa\u672c\u7684\u554f\u984c\u662f\u4f60\u662f\u5426\u5c0d\u5973\u6027\u6709\u6d6a\u6f2b\u6216\u6027\u65b9\u9762\u7684\u5438\u5f15\u529b\u3002\u82b1\u9ede\u6642\u9593\u601d\u8003\u4f60\u7684\u904e\u53bb\u7684\u7d93\u6b77\u4ee5\u53ca\u7576\u4f60\u548c\u5973\u6027\u5728\u4e00\u8d77\u6642\u7684\u611f\u53d7\u3002\u60a8\u662f\u5426\u611f\u53d7\u5230\u5438\u5f15\u529b\u3001\u617e\u671b\u6216\u60c5\u611f\u9023\u7d50\uff1f\u6e2c\u9a57\u53ef\u80fd\u6703\u8981\u6c42\u60a8\u53cd\u601d\u9019\u4e9b\u611f\u53d7\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"consider-your-past-relationships\"><strong>\u56de\u60f3\u4e00\u4e0b\u4f60\u904e\u53bb\u7684\u95dc\u4fc2<\/strong><\/h3>\n\n\n\n<p>\u904e\u53bb\u7684\u6200\u60c5\u80fd\u5e36\u7d66\u4f60\u4ec0\u9ebc\u555f\u793a\u55ce\uff1f\u5982\u679c\u4f60\u53ea\u5c0d\u5973\u6027\u6709\u5438\u5f15\u529b\uff0c\u9019\u662f\u4e00\u500b\u5f37\u70c8\u7684\u4fe1\u865f\uff0c\u8868\u660e\u4f60\u53ef\u80fd\u662f\u4e00\u500b <a href=\"http:\/\/Lesbian\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">\u5973\u540c\u6027\u6200<\/a>\u3002\u4f46\u5982\u679c\u4f60\u66fe\u8207\u7537\u6027\u6709\u904e\u95dc\u4fc2\uff0c\u6216\u767c\u73fe\u81ea\u5df1\u5c0d\u5169\u6027\u90fd\u6709\u5438\u5f15\u529b\uff0c\u90a3\u9ebc\u4f60\u7684\u6027\u53d6\u5411\u53ef\u80fd\u6703\u66f4\u6709\u5f48\u6027\u3002\u5728\u67d0\u4e9b\u60c5\u6cc1\u4e0b\uff0c\u500b\u4eba\u53ef\u80fd\u9700\u8981\u6642\u9593\u4f86\u63a5\u53d7\u81ea\u5df1\u7684\u5438\u5f15\u529b\u4e26\u78ba\u5b9a\u81ea\u5df1\u611f\u89ba\u6700\u8212\u670d\u7684\u5730\u65b9\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"explore-your-fantasies\"><strong>\u63a2\u7d22\u4f60\u7684\u5e7b\u60f3<\/strong><\/h3>\n\n\n\n<p>\u5e7b\u60f3\u5e38\u5e38\u53cd\u6620\u6211\u5011\u7684\u96b1\u85cf\u617e\u671b\u3002\u5982\u679c\u4f60\u767c\u73fe\u81ea\u5df1\u4e3b\u8981\u5c0d\u5973\u6027\u6709\u5e7b\u60f3\uff0c\u9019\u53ef\u80fd\u8868\u793a\u4f60\u662f\u5973\u540c\u6027\u6200\u3002\u8a31\u591a\u6e2c\u9a57\u90fd\u6703\u554f\u5230\u9019\u500b\u554f\u984c\uff0c\u4ee5\u5e6b\u52a9\u4f60\u8003\u616e\u4f60\u7684\u5e7b\u60f3\u662f\u5426\u8207\u5973\u540c\u6027\u6200\u8eab\u5206\u76f8\u7b26\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"pay-attention-to-how-you-feel\"><strong>\u6ce8\u610f\u4f60\u7684\u611f\u53d7<\/strong><\/h3>\n\n\n\n<p>\u6709\u6642\u6211\u5011\u7684\u60c5\u7dd2\u53ef\u4ee5\u70ba\u6211\u5011\u7684\u6027\u53d6\u5411\u63d0\u4f9b\u91cd\u8981\u7684\u7dda\u7d22\u3002\u60a8\u8207\u5973\u6027\u5728\u4e00\u8d77\u662f\u5426\u6bd4\u8207\u7537\u6027\u5728\u4e00\u8d77\u611f\u89ba\u66f4\u81ea\u5728\uff1f\u5982\u679c\u60a8\u5c0d\u5973\u6027\u611f\u5230\u6df1\u523b\u7684\u60c5\u611f\u806f\u7e6b\u548c\u5438\u5f15\u529b\uff0c\u9019\u53ef\u80fd\u662f\u4e00\u500b\u91cd\u8981\u7684\u4fe1\u865f\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"seek-support-from-others\"><strong>\u5c0b\u6c42\u4ed6\u4eba\u7684\u652f\u6301<\/strong><\/h3>\n\n\n\n<p>\u63a5\u53d7\u81ea\u5df1\u7684\u6027\u53d6\u5411\u4e26\u4e0d\u7e3d\u662f\u90a3\u9ebc\u5bb9\u6613\uff0c\u4f46\u8207\u751f\u6d3b\u4e2d\u652f\u6301\u4f60\u7684\u4eba\u4ea4\u8ac7\u6703\u6709\u6240\u5e6b\u52a9\u3002\u670b\u53cb\u3001\u5bb6\u4eba\u751a\u81f3\u5c08\u696d\u6cbb\u7642\u5e2b\u90fd\u53ef\u4ee5\u63d0\u4f9b\u6307\u5c0e\u548c\u7406\u89e3\u3002\u7dda\u4e0a\u7dda\u4e0b\u7684 LGBTQ+ \u5718\u9ad4\u4e5f\u662f\u5206\u4eab\u7d93\u9a57\u548c\u7372\u5f97\u652f\u6301\u7684\u5bf6\u8cb4\u7a7a\u9593\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"remember-no-quiz-can-define-you\"><strong>\u8a18\u4f4f\uff0c\u6c92\u6709\u6e2c\u9a57\u53ef\u4ee5\u5b9a\u7fa9\u4f60<\/strong><\/h3>\n\n\n\n<p>\u91cd\u8981\u7684\u662f\u8981\u8a18\u4f4f\uff0c\u4efb\u4f55\u6e2c\u9a57\u2014\u2014\u7121\u8ad6\u5b83\u611f\u89ba\u591a\u9ebc\u6e96\u78ba\u2014\u2014\u90fd\u7121\u6cd5\u53d6\u4ee3\u4f60\u81ea\u5df1\u7684\u81ea\u6211\u767c\u73fe\u3002\u6027\u662f\u8907\u96dc\u3001\u6d41\u52d5\u4e14\u500b\u4eba\u5316\u7684\u3002\u6e2c\u9a57\u6216\u8a31\u6703\u7d66\u4f60\u4e00\u500b\u8d77\u9ede\uff0c\u4f46\u53ea\u6709\u4f60\u81ea\u5df1\u624d\u80fd\u5b9a\u7fa9\u4f60\u7684\u8eab\u5206\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"types-of-lesbian-identities\"><strong>\u5973\u540c\u6027\u6200\u8eab\u5206\u7684\u985e\u578b<\/strong><\/h2>\n\n\n\n<p>\u5973\u540c\u5fd7\u8eab\u5206\u4e26\u4e0d\u662f\u55ae\u4e00\u7684\uff1b\u5b83\u6db5\u84cb\u4e86\u5404\u7a2e\u5404\u6a23\u7684\u8868\u9054\u65b9\u5f0f\u3001\u7f8e\u5b78\u548c\u7d93\u9a57\u3002\u5973\u540c\u6027\u6200\u793e\u7fa4\u5305\u62ec\u5177\u6709\u4e0d\u540c\u504f\u597d\u3001\u6027\u5225\u8868\u9054\u548c\u6d6a\u6f2b\/\u6027\u52d5\u614b\u7684\u4eba\u3002\u4ee5\u4e0b\u662f\u4e00\u4e9b\u6700\u5e38\u898b\u7684\u5973\u540c\u6027\u6200\u8eab\u4efd\u985e\u578b\uff1a<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"butch-lesbians\"><strong>\u5e03\u5947\u5973\u540c\u6027\u6200\u8005<\/strong><\/h3>\n\n\n\n<p>\u7537\u6027\u5316\u7684\u5973\u540c\u6027\u6200\u8005\u7d93\u5e38\u900f\u904e\u5176\u98a8\u683c\u3001\u8a00\u884c\u8209\u6b62\u8868\u73fe\u51fa\u7537\u6027\u6c23\u8cea\u3002\u4ed6\u5011\u53ef\u80fd\u6703\u7a7f\u8457\u66f4\u7537\u6027\u5316\u7684\u8863\u670d\uff0c\u7559\u66f4\u77ed\u7684\u982d\u9aee\uff0c\u4e26\u4e14\u5728\u4eba\u969b\u95dc\u4fc2\u4e2d\u66f4\u559c\u6b61\u300c\u4e2d\u6027\u300d\u6216\u300c\u7537\u6027\u5316\u300d\u7684\u7279\u5fb5\u3002\u7537\u6027\u5316\u7684\u5973\u540c\u6027\u6200\u8005\u53ef\u80fd\u6703\u88ab\u8cbc\u4e0a\u300c\u77f3\u982d\u7537\u6027\u5316\u8005\u300d\u3001\u300c\u963f\u723e\u6cd5\u300d\u3001\u300c\u904b\u52d5\u578b\u300d\u6216\u300c\u6ce2\u4f0a\u5bf6\u8c9d\u300d\u7b49\u6a19\u7c64\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"femme-lesbians\"><strong>\u5973\u6027\u540c\u6027\u6200\u8005<\/strong><\/h3>\n\n\n\n<p>\u53e6\u4e00\u65b9\u9762\uff0c\u5973\u6027\u5316\u5973\u540c\u6027\u6200\u8005\u5728\u5916\u8868\u548c\u884c\u70ba\u4e0a\u90fd\u53cd\u6620\u4e86\u5973\u6027\u6c23\u8cea\u3002\u9019\u53ef\u80fd\u610f\u5473\u8457\u5316\u599d\u3001\u7a7f\u8457\u66f4\u50b3\u7d71\u7684\u5973\u6027\u670d\u88dd\u4ee5\u53ca\u4fdd\u6301\u6eab\u67d4\u7684\u884c\u70ba\u3002\u5973\u6027\u4e3b\u7fa9\u9084\u6709\u5b50\u985e\u5225\uff0c\u4f8b\u5982\u300c\u53e3\u7d05\u5973\u540c\u6027\u6200\u300d\u6216\u300c\u8d85\u7d1a\u5973\u6027\u4e3b\u7fa9\u300d\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"chapstick-lesbians\"><strong>\u5507\u818f\u5973\u540c\u5fd7<\/strong><\/h3>\n\n\n\n<p>\u9019\u4e9b\u4eba\u4e26\u4e0d\u56b4\u683c\u9075\u5b88\u7537\u6027\u6216\u5973\u6027\u7684\u898f\u7bc4\u3002\u76f8\u53cd\uff0c\u5b83\u5011\u53ef\u80fd\u6703\u878d\u5408\u5169\u8005\u7684\u7279\u5fb5\uff0c\u5448\u73fe\u51fa\u66f4\u96cc\u96c4\u540c\u9ad4\u6216\u6d41\u66a2\u7684\u5916\u89c0\u3002\u60a8\u53ef\u80fd\u6703\u770b\u5230\u9019\u4e9b\u5973\u540c\u6027\u6200\u8005\u88ab\u7a31\u70ba\u201cSoft Butch\u201d\u6216\u201cBlue Jean\u201d\u5973\u540c\u6027\u6200\u8005\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"sporty-lesbians\"><strong>\u904b\u52d5\u578b\u5973\u540c\u6027\u6200\u8005<\/strong><\/h3>\n\n\n\n<p>\u559c\u6b61\u904b\u52d5\u7684\u5973\u540c\u6027\u6200\u8005\u5f80\u5f80\u904b\u52d5\u80fd\u529b\u5f37\u3001\u6d3b\u8e8d\u3002\u5b83\u5011\u53ef\u80fd\u51fa\u73fe\u5728\u5065\u8eab\u623f\u3001\u904b\u52d5\u5834\u6216\u5176\u4ed6\u5c0d\u9ad4\u529b\u8981\u6c42\u8f03\u9ad8\u7684\u5834\u5408\u3002\u4ed6\u5011\u7684\u8eab\u4efd\u5f37\u8abf\u5065\u5eb7\u3001\u7d00\u5f8b\u548c\u529b\u91cf\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"top-dominant-vs-bottom-submissive\"><strong>\u4e0a\u4f4d\/\u4e3b\u5c0e VS \u4e0b\u4f4d\/\u670d\u5f9e<\/strong><\/h3>\n\n\n\n<p>\u5973\u540c\u6027\u6200\u95dc\u4fc2\u4e2d\u7684\u6027\u52d5\u614b\u4e5f\u53ef\u80fd\u662f\u4e00\u500b\u4eba\u8eab\u5206\u8a8d\u540c\u7684\u91cd\u8981\u7d44\u6210\u90e8\u5206\u3002 \u300c\u4e0a\u4f4d\u300d\u5973\u540c\u6027\u6200\u8005\u559c\u6b61\u626e\u6f14\u4e3b\u5c0e\u6216\u4e3b\u52d5\u7684\u89d2\u8272\uff0c\u800c\u300c\u4e0b\u4f4d\u300d\u5973\u540c\u6027\u6200\u8005\u5247\u559c\u6b61\u626e\u6f14\u8f03\u9806\u5f9e\u7684\u89d2\u8272\u3002 \u300c\u8f49\u63db\u300d\u5973\u540c\u6027\u6200\u8005\u53ef\u80fd\u5c0d\u9019\u5169\u7a2e\u89d2\u8272\u90fd\u611f\u5230\u8212\u670d\uff0c\u9019\u53d6\u6c7a\u65bc\u95dc\u4fc2\u7684\u52d5\u614b\u6216\u5979\u5011\u7684\u5fc3\u60c5\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-accurate-are-these-quizzes-in-determining-sexual-orientation\"><strong>\u9019\u4e9b\u6e2c\u8a66\u5728\u78ba\u5b9a\u6027\u53d6\u5411\u65b9\u9762\u6709\u591a\u6e96\u78ba\uff1f<\/strong><\/h2>\n\n\n\n<p>\u96d6\u7136\u6e2c\u9a57\u53ef\u4ee5\u5e6b\u52a9\u5f15\u5c0e\u81ea\u6211\u53cd\u7701\uff0c\u4f46\u5b83\u5011\u7d55\u4e0d\u662f\u842c\u7121\u4e00\u5931\u6216\u6b0a\u5a01\u7684\u3002\u6709\u5e7e\u500b\u56e0\u7d20\u6703\u5f71\u97ff\u9019\u4e9b\u6e2c\u9a57\u7684\u6e96\u78ba\u6027\uff1a<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>\u6027\u7684\u8907\u96dc\u6027\uff1a<\/strong> \u6027\u662f\u591a\u65b9\u9762\u7684\u3002\u5438\u5f15\u529b\u53ef\u4ee5\u662f\u6d6a\u6f2b\u7684\u3001\u6027\u7684\u3001\u6216\u60c5\u611f\u7684\uff0c\u4e26\u4e14\u53ef\u4ee5\u6d89\u53ca\u4e00\u7cfb\u5217\u7684\u6027\u5225\u8a8d\u540c\u3002\u6e2c\u9a57\u53ef\u80fd\u7121\u6cd5\u6355\u6349\u5230\u60a8\u5167\u5fc3\u8907\u96dc\u60c5\u611f\u7684\u5168\u90e8\u3002<\/li>\n\n\n\n<li><strong>\u81ea\u6211\u5831\u544a\u7684\u9650\u5236\uff1a<\/strong> \u8a31\u591a\u6e2c\u9a57\u4f9d\u8cf4\u81ea\u6211\u5831\u544a\u7684\u7b54\u6848\uff0c\u800c\u9019\u53ef\u80fd\u6703\u53d7\u5230\u500b\u4eba\u504f\u898b\u3001\u8212\u9069\u5ea6\u6216\u5c0d\u554f\u984c\u7684\u8aa4\u89e3\u7684\u5f71\u97ff\u3002<\/li>\n\n\n\n<li><strong>\u6027\u50be\u5411\u7684\u6d41\u52d5\u6027\uff1a<\/strong> \u6027\u53d6\u5411\u4e26\u4e0d\u662f\u56fa\u5b9a\u7684\u3002\u4eba\u5011\u53ef\u80fd\u6703\u88ab\u4e0d\u540c\u6027\u5225\u7684\u4eba\u5438\u5f15\uff0c\u6216\u96a8\u8457\u6642\u9593\u7684\u63a8\u79fb\u7522\u751f\u4e0d\u540c\u7684\u611f\u53d7\u3002\u96a8\u8457\u4f60\u5c0d\u81ea\u5df1\u4e86\u89e3\u7684\u52a0\u6df1\uff0c\u4f60\u4eca\u5929\u6e2c\u9a57\u7684\u7b54\u6848\u53ef\u80fd\u6703\u8207\u5c07\u4f86\u7684\u7b54\u6848\u6709\u6240\u4e0d\u540c\u3002<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"do-these-quizzes-help-you-understand-your-feelings-better\"><strong>\u9019\u4e9b\u6e2c\u9a57\u80fd\u5e6b\u52a9\u60a8\u66f4\u80fd\u7406\u89e3\u81ea\u5df1\u7684\u611f\u53d7\u55ce\uff1f<\/strong><\/h2>\n\n\n\n<p>\u53c3\u52a0\u985e\u4f3c\u6e2c\u9a57 <strong>\u201c\u6211\u662f\u5973\u540c\u6027\u6200\u8005\u55ce\u201d<\/strong> \u53ef\u4ee5\u4f5c\u70ba\u81ea\u6211\u53cd\u601d\u7684\u7d55\u4f73\u8d77\u9ede\u3002\u5b83\u53ef\u4ee5\u5e6b\u52a9\u60a8\u4e86\u89e3\u81ea\u5df1\u7684\u611f\u53d7\u3001\u617e\u671b\u548c\u5438\u5f15\u529b\u7684\u6a21\u5f0f\u3002\u7136\u800c\uff0c\u6e2c\u9a57\u7d50\u679c\u53ea\u662f\u904e\u7a0b\u7684\u4e00\u90e8\u5206\u3002\u8a31\u591a\u4eba\u4f7f\u7528\u6e2c\u9a57\u4f86\u6307\u5c0e\u9032\u4e00\u6b65\u7684\u63a2\u7d22\u6216\u8207\u503c\u5f97\u4fe1\u8cf4\u7684\u4eba\u4ea4\u8ac7\u3002<\/p>\n\n\n\n<p>\u8acb\u8a18\u4f4f\uff0c\u6e2c\u9a57\u7d50\u679c\u53ea\u662f\u60a8\u7576\u524d\u611f\u53d7\u7684\u4e00\u500b\u5feb\u7167\u3002\u9019\u8d9f\u65c5\u7a0b\u4e2d\u6700\u91cd\u8981\u7684\u90e8\u5206\u662f\u82b1\u6642\u9593\u53cd\u601d\u3001\u63a2\u7d22\u548c\u767c\u73fe\u771f\u5be6\u7684\u81ea\u6211\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-lesbian-community-and-labels-embrace-your-identity\"><strong>\u5973\u540c\u6027\u6200\u7fa4\u9ad4\u548c\u6a19\u7c64\uff1a\u64c1\u62b1\u4f60\u7684\u8eab\u4efd<\/strong><\/h2>\n\n\n\n<p>\u7121\u8ad6\u4f60\u8a8d\u70ba\u81ea\u5df1\u662f\u7537\u6027\u5316\u7684\u3001\u5973\u6027\u5316\u7684\uff0c\u9084\u662f\u6eab\u548c\u7684\u7537\u6027\u5316\u7684\u5973\u540c\u6027\u6200\uff0c\u5973\u540c\u6027\u6200\u7fa4\u9ad4\u90fd\u662f\u591a\u5143\u5316\u7684\uff0c\u6709\u5404\u7a2e\u7d93\u6b77\u7684\u7a7a\u9593\u3002\u4ee5\u958b\u653e\u7684\u5fc3\u614b\u64c1\u62b1\u81ea\u6211\u767c\u73fe\u4e4b\u65c5\u3002\u6a19\u7c64\u53ef\u4ee5\u8ce6\u4e88\u4eba\u5011\u529b\u91cf\uff0c\u4f46\u4e26\u4e0d\u662f\u6bcf\u500b\u4eba\u90fd\u9700\u8981\u5b83\u3002\u6709\u4e9b\u4eba\u9078\u64c7\u4e0d\u7d66\u81ea\u5df1\u8cbc\u6a19\u7c64\uff0c\u800c\u662f\u7c21\u55ae\u5730\u63a5\u53d7\u66f4\u5ee3\u6cdb\u7684\u300c\u5973\u540c\u6027\u6200\u300d\u8eab\u5206\u3002<\/p>\n\n\n\n<p>\u96d6\u7136\u300c\u6211\u662f\u5973\u540c\u6027\u6200\u55ce\u300d\u6e2c\u9a57\u53ef\u4ee5\u63d0\u4f9b\u898b\u89e3\uff0c\u4f46\u5c0a\u91cd\u4f60\u7684\u500b\u4eba\u7d93\u9a57\u3001\u9858\u671b\u548c\u611f\u53d7\u81f3\u95dc\u91cd\u8981\u3002\u5584\u5f85\u81ea\u5df1\uff0c\u5c0b\u6c42\u652f\u6301\uff0c\u4e26\u77e5\u9053\u4f60\u7684\u6027\u53d6\u5411\u662f\u4f60\u8eab\u5206\u8a8d\u540c\u4e2d\u4e0d\u65b7\u6d41\u52d5\u548c\u767c\u5c55\u7684\u4e00\u90e8\u5206\u3002<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"frequently-asked-questions-faqs\"><strong>\u5e38\u898b\u554f\u984c (FAQ)<\/strong><\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"1-how-do-i-know-if-i-m-a-lesbian\"><strong>1. \u6211\u600e\u9ebc\u77e5\u9053\u6211\u662f\u4e0d\u662f\u5973\u540c\u6027\u6200\uff1f<\/strong><\/h3>\n\n\n\n<p>\u8981\u78ba\u5b9a\u60a8\u662f\u5426\u662f\u5973\u540c\u6027\u6200\uff0c\u8acb\u53cd\u601d\u60a8\u7684\u611f\u53d7\u3001\u5438\u5f15\u529b\u548c\u904e\u53bb\u7684\u7d93\u9a57\u3002\u5982\u679c\u4f60\u767c\u73fe\u81ea\u5df1\u5728\u611b\u6216\u6027\u65b9\u9762\u5c0d\u5973\u6027\u7522\u751f\u5438\u5f15\u529b\uff0c\u9019\u53ef\u80fd\u8868\u793a\u4f60\u662f\u5973\u540c\u6027\u6200\u3002\u82b1\u9ede\u6642\u9593\u63a2\u7d22\u9019\u4e9b\u611f\u53d7\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"2-can-the-am-i-lesbian-quiz-really-tell-me-if-i-m-a-lesbian\"><strong>2.\u300c\u6211\u662f\u5973\u540c\u6027\u6200\u55ce\u300d\u6e2c\u9a57\u771f\u7684\u80fd\u544a\u8a34\u6211\u662f\u5426\u662f\u5973\u540c\u6027\u6200\u55ce\uff1f<\/strong><\/h3>\n\n\n\n<p>\u6c92\u6709\u4efb\u4f55\u6e2c\u9a57\u80fd\u5920\u660e\u78ba\u5730\u78ba\u5b9a\u4f60\u7684\u6027\u53d6\u5411\u3002\u7136\u800c\uff0c\u6e2c\u9a57\u53ef\u4ee5\u4f5c\u70ba\u81ea\u6211\u53cd\u7701\u7684\u4e00\u500b\u6709\u76ca\u7684\u8d77\u9ede\uff0c\u4e26\u8b93\u4f60\u4e86\u89e3\u81ea\u5df1\u7684\u611f\u53d7\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"3-what-if-i-m-attracted-to-both-men-and-women\"><strong>3. \u5982\u679c\u6211\u5c0d\u7537\u4eba\u548c\u5973\u4eba\u90fd\u611f\u8208\u8da3\u600e\u9ebc\u8fa6\uff1f<\/strong><\/h3>\n\n\n\n<p>\u5982\u679c\u60a8\u5c0d\u5169\u6027\u90fd\u611f\u8208\u8da3\uff0c\u60a8\u53ef\u80fd\u6703\u88ab\u8a8d\u5b9a\u70ba\u96d9\u6027\u6200\u6216\u6cdb\u6027\u6200\u3002\u6027\u53d6\u5411\u662f\u6d41\u52d5\u7684\uff0c\u6c92\u6709\u6b63\u78ba\u6216\u932f\u8aa4\u7684\u65b9\u5f0f\u4f86\u8b58\u5225\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"4-can-my-sexual-orientation-change-over-time\"><strong>4. \u6211\u7684\u6027\u50be\u5411\u6703\u96a8\u8457\u6642\u9593\u800c\u6539\u8b8a\u55ce\uff1f<\/strong><\/h3>\n\n\n\n<p>\u662f\u7684\uff0c\u6027\u53d6\u5411\u53ef\u4ee5\u9032\u5316\u3002\u8a31\u591a\u4eba\u767c\u73fe\uff0c\u96a8\u8457\u5c0d\u81ea\u5df1\u7684\u4e86\u89e3\u52a0\u6df1\uff0c\u4ed6\u5011\u7684\u611f\u53d7\u548c\u5438\u5f15\u529b\u6703\u96a8\u8457\u6642\u9593\u800c\u6539\u8b8a\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"5-what-types-of-lesbians-are-there\"><strong>5. \u5973\u540c\u6027\u6200\u6709\u54ea\u4e9b\u985e\u578b\uff1f<\/strong><\/h3>\n\n\n\n<p>\u5973\u540c\u6027\u6200\u8005\u6709\u5f88\u591a\u7a2e\u985e\u578b\uff0c\u5305\u62ec\u7537\u6027\u5316\u3001\u5973\u6027\u5316\u3001\u904b\u52d5\u578b\u3001\u6eab\u548c\u7537\u6027\u5316\u7b49\u7b49\u3002\u6bcf\u500b\u4eba\u7684\u8eab\u5206\u90fd\u662f\u7368\u7279\u4e14\u6709\u6548\u7684\uff0c\u6a19\u7c64\u4e0d\u662f\u5f37\u5236\u6027\u7684\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"6-should-i-seek-professional-help-to-explore-my-sexuality\"><strong>6. \u6211\u61c9\u8a72\u5c0b\u6c42\u5c08\u696d\u7684\u5354\u52a9\u4f86\u63a2\u7d22\u6211\u7684\u6027\u53d6\u5411\u55ce\uff1f<\/strong><\/h3>\n\n\n\n<p>\u5982\u679c\u60a8\u5c0d\u81ea\u5df1\u7684\u6027\u53d6\u5411\u611f\u5230\u56f0\u60d1\u6216\u9762\u81e8\u60c5\u7dd2\u6311\u6230\uff0c\u8207\u6cbb\u7642\u5e2b\u4ea4\u8ac7\u53ef\u80fd\u6703\u6709\u6240\u5e6b\u52a9\u3002\u7d93\u904e\u57f9\u8a13\u7684\u5c08\u696d\u4eba\u54e1\u7684\u652f\u6301\u53ef\u4ee5\u6307\u5c0e\u60a8\u5b8c\u6210\u6b64\u904e\u7a0b\u3002<strong> <\/strong><\/p>\n<\/div>\n <\/div><\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_gspb_post_css":"#gspb_row-id-gsbp-11f8a08,#gspb_row-id-gsbp-a2da9fe,#gspb_row-id-gsbp-cf85a9d,#gspb_row-id-gsbp-d4f7d3f{justify-content:space-between;margin-top:0;margin-bottom:0;display:flex;flex-wrap:wrap}#gspb_row-id-gsbp-d4f7d3f>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}.gspb_row{position:relative}div[id^=gspb_col-id]{box-sizing:border-box;position:relative;padding:15px min(3vw,20px)}#gspb_col-id-gsbp-f701469.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-f701469.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-a2da9fe>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap}body.gspb-bodyfront #gspb_row-id-gsbp-a2da9fe>.gspb_row__content,body.gspb-bodyfront #gspb_row-id-gsbp-d4f7d3f>.gspb_row__content{width:var(--theme-container-width, 1200px);max-width:var(--theme-normal-container-max-width, 1200px)}#gspb_col-id-gsbp-acb81c9.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-acb81c9.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-11f8a08>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap;max-width:960px}#gspb_col-id-gsbp-f70f076.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-f70f076.gspb_row__col--12{width:100%}}#gspb_row-id-gsbp-cf85a9d>.gspb_row__content{display:flex;justify-content:space-between;margin:0 auto;width:100%;flex-wrap:wrap;max-width:960px}#gspb_col-id-gsbp-5315f64.gspb_row__col--12{width:100%}@media (max-width:575.98px){#gspb_col-id-gsbp-5315f64.gspb_row__col--12{width:100%}}","footnotes":""},"class_list":["post-668","page","type-page","status-publish","hentry"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/amigayquiz.com\/zh\/wp-json\/wp\/v2\/pages\/668"}],"collection":[{"href":"https:\/\/amigayquiz.com\/zh\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/amigayquiz.com\/zh\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/amigayquiz.com\/zh\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/amigayquiz.com\/zh\/wp-json\/wp\/v2\/comments?post=668"}],"version-history":[{"count":6,"href":"https:\/\/amigayquiz.com\/zh\/wp-json\/wp\/v2\/pages\/668\/revisions"}],"predecessor-version":[{"id":680,"href":"https:\/\/amigayquiz.com\/zh\/wp-json\/wp\/v2\/pages\/668\/revisions\/680"}],"wp:attachment":[{"href":"https:\/\/amigayquiz.com\/zh\/wp-json\/wp\/v2\/media?parent=668"}],"curies":[{"name":"\u53ef\u6fd5\u6027\u7c89\u5291","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}