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.
(メモリ用に)実行されると自分自身を削除する小さなスクリプトを書きたかったのです。
そしてそのために、私はIDを追加していました。
IDを使用せずにコードがコード自体からのものであるスクリプト要素にアクセスする方法はありますか?
インデックスに基づいてアクセスできます(つまり、3番目のスクリプトタグ、2番目など)
var scriptNum = 0; document.getElementsByTagName('script')[scriptNum];