Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はJavaScriptを初めて使用しますが、Webページからテキスト全体を取得する方法があるかどうかを知りたいです。つまり、ユーザーがWebページで読むことができるテキスト(画像のテキストを除く)があります。
次を使用できるはずです。
document.body.innerText;