码迷,mamicode.com
首页 > Web开发 > 详细

eval 是执行一段完整的js字符串代码,并将结果返回

时间:2014-09-18 16:14:54      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:style   blog   color   ar   div   sp   代码   log   on   

var strArray="[{"message1":{ "id": "-1","content": "this is a test str to Array"}}]";//测试字符串
var strArrayObj=eval(str)//返回是数组对象
var strJson=‘{"message1":{ "id": "-1","content": "this is a test str to Array"}}‘;//测试字符串
var strJsonObj=eval("("+strJson+")");//返回一个json对象

 

eval 是执行一段完整的js字符串代码,并将结果返回

标签:style   blog   color   ar   div   sp   代码   log   on   

原文地址:http://www.cnblogs.com/heidsoft/p/3979392.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!