| AkJsonListGetOutput Method |
获取输出到页面的JS代码。
Namespace: Appkit.Web.UIAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string GetOutput(
string selector,
params string[] otherSelectors
)
Parameters
- selector
- Type: SystemString
选择器,详情参见output相关参数的说明。 - otherSelectors
- Type: SystemString
其他选择器的集合,详情参见output相关参数的说明。
Return Value
Type:
String输出到页面的JS代码。
See Also