定义和用法
该anchor()方法不规范,并预期在所有浏览器可能无法正常工作。
该anchor()方法用于创建HTML锚。
此方法返回嵌入在字符串<a>标签,就像这样:
<a name="anchorname">串</A>
浏览器支持
方法 | |||||
---|---|---|---|---|---|
anchor() | 是 | 是 | 是 | 是 | 是 |
句法
string.anchor(" name ")
参数值
Parameter | Description |
---|---|
name | Required. The name of the anchor |
技术细节
返回值: | 嵌入在一个字符串<a>标签 |
---|---|
JavaScript的版本: | 1.0 |
JavaScript的字符串引用