script const response = { title: "深入了解TPW
`);
document.write(`
${response.content.introduction}
`); response.content.sections.forEach(section => { document.write(section.heading); document.write(section.text); }); document.write(`${response.content.conclusion}
`); response.questions.forEach(question => { document.write(`${question.question}
`); document.write(question.answer); });
