StringPrototype.small(Object) 方法

定義

將指定的物件轉換為包含較小文字標記標籤的文字。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

thisob
Object

這個方法作用的對象。

傳回

一個形式 "<SMALL>"+thisob+"</SMALL>"為 的字串。

屬性

適用於

另請參閱