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.
documenthtmlソースからオブジェクトを作成し、node.jsdocument.*のような関数を使用するにはどうすればよいですか?getElementById
document
document.*
getElementById
おそらく、DOM の JavaScript 実装であるjsdomのようなものが必要になるでしょう。