| JsHelperAlertClose Method (String, Object) |
执行提交信息并关闭窗体,并结束页运行
Namespace: Adf.WebAssembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntaxpublic static void AlertClose(
string msg,
params Object[] format
)
Public Shared Sub AlertClose (
msg As String,
ParamArray format As Object()
)
public:
static void AlertClose(
String^ msg,
... array<Object^>^ format
)
static member AlertClose :
msg : string *
format : Object[] -> unit
Parameters
- msg
- Type: SystemString
信息 - format
- Type: SystemObject
格式化串
See Also