StringPrototype.anchor(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的物件轉換為以錨定標記括住的文字,並且為錨定項目提供指定的名稱屬性。
此 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=""+
+"">"+
thisob
anchorName
+"</A>"
的字串。
- 屬性