SVG AElement.href 属性返回与给定 A 元素的属性对应的 SVGAnimatedLength 对象
句法:
AElement.href
返回值:该属性返回SVGAnimatedLength 对象,可用于获取AElement 的href。
示例 1:
输出:
示例 2:
输出:
参考: https://developer.mozilla.org/en-US/docs/Web/API/SVGAElement