| JsHelperAlertBack Method (String) |
弹出指定消息后,返回上页,并结束页运行
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static void AlertBack(
string[] msg
)
Public Shared Sub AlertBack (
msg As String()
)
public:
static void AlertBack(
array<String^>^ msg
)
static member AlertBack :
msg : string[] -> unit
Parameters
- msg
- Type: SystemString
消息
See Also