Click or drag to resize
JsHelperAlertBack Method (String, Object)
弹出指定消息后,返回上页,并结束页运行

Namespace: Adf.Web
Assembly: Adf.Web (in Adf.Web.dll) Version: 4.1.5463.29815
Syntax
public static void AlertBack(
	string msg,
	params Object[] format
)

Parameters

msg
Type: SystemString
消息
format
Type: SystemObject
格式化串
See Also