StringPrototype.anchor(Object, Object) 方法

定义

将指定对象转换为括在定位标记中的文本,并为定位元素提供指定的名称特性。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 static System::String ^ anchor(System::Object ^ thisob, System::Object ^ anchorName);
[Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_anchor)]
public static string anchor (object thisob, object anchorName);
[<Microsoft.JScript.JSFunction(Microsoft.JScript.JSFunctionAttributeEnum.HasThisObject, Microsoft.JScript.JSBuiltin.String_anchor)>]
static member anchor : obj * obj -> string
Public Shared Function anchor (thisob As Object, anchorName As Object) As String

参数

thisob
Object

此方法所作用于的对象。

anchorName
Object

定位元素的名称特性。

返回

格式"<A NAME=""+thisobanchorName+"">"++"</A>"为 的字符串。

属性

适用于

另请参阅