The Script object represents an HTML <script> element.
You can access a <script> element by using getElementById():
Tip: You can also access a <script> element by using the scripts collection.
You can create a <script> element by using the document.createElement() method:
Property | Description |
---|---|
async | Sets or returns whether a script should be executed asynchronously as soon as it is available |
charset | Sets or returns the value of the charset attribute of a script |
crossOrigin | Sets or returns the the CORS settings of a script |
defer | Sets or returns whether a script should be executed when the page has finished parsing |
src | Sets or returns the value of the src attribute of a script |
text | Sets or returns the contents of all the text nodes that are children of a script |
type | Sets or returns the value of the type attribute of a script |
The Script object also supports the standard properties and events.
HTML reference: HTML <script> tag
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!