| JsHelperAlert Method (String) |
返回信息提示脚本
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static string Alert(
string[] msg
)
Public Shared Function Alert (
msg As String()
) As String
public:
static String^ Alert(
array<String^>^ msg
)
static member Alert :
msg : string[] -> string
Parameters
- msg
- Type: SystemString
消息
Return Value
Type:
String[Missing <returns> documentation for "M:Adf.Web.JsHelper.Alert(System.String[])"]
See Also