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