Click or drag to resize
JsHelperAlert Method (String, Object)
返回信息提示脚本

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

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