script
Baseline Widely available *
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
* Some parts of this feature may have varying levels of support.
一个 SVG 脚本元素等同于 HTML 中的 script
元素,因此这个位置是面向脚本的(例如,ECMAScript)。
任何定义在script
元素中的函数拥有一个跨当前文档的全局范围。
使用上下文
类别 | 无 |
---|---|
允许的内容 | 任意元素或字符数据 |
示例
属性
全局属性
专有属性
DOM 接口
该元素实现了 SVGScriptElement
接口。