| AkJsonListAddChild Method (String) |
新建AkJson对象并增加到集合中。
Namespace: Appkit.Web.UIAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic AkJson AddChild(
string objectType
)
Parameters
- objectType
- Type: SystemString
对象类型名称。
Return Value
Type:
AkJson新建的AkJson对象。
See Also