将javascript对象转化成字符串

将javascript对象转化成字符串

var obj = {arg1: value1}
alert(JSON.stringify(obj));


0 条评论

    发表评论

    电子邮件地址不会被公开。 必填项已用 * 标注