标签:对象 强制 json对象 nbsp 转换 strong 格式 str bsp
1.逻辑值强制转换字符串
obj.toString()
2.数组转换为字符串
arry.join(",")
JSON.stringify(obj) 将JSON对象转为字符串。
JSON.parse(string) 将字符串转为JSON对象格式。
标签:对象 强制 json对象 nbsp 转换 strong 格式 str bsp
原文地址:http://www.cnblogs.com/chenglideyueguang/p/7608722.html