encode
(
Mixed o
)
:
String
Shorthand for
Ext.util.JSON.encode
Parameters:
o
: MixedThe variable to encode
String
The JSON string
返回的是严格json串;
对于下面的情况也可以应用:
1.