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.
HTAファイルに出力できるように、 HTMLDIVの要素のコンテンツを変数に読み込む必要があります。ただし、ドキュメントには他に約 70 の要素があり、特定の 1 つにアクセスする必要があります。特定の属性を持つ要素のコンテンツにアクセスするショートカットはありますか?DIV
DIV
アクセスする必要がある要素のサンプルを次に示します。
<div id='storytext'> <p>Story Text</p> </div>