会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
LikWin
Don't disorderly in heart, Don't trapped in love, Don't miss the past, Don't afraid of the future.
博客园
首页
新随笔
联系
管理
2017年6月21日
$.ajax中的eval及dataType
摘要: 一个简单的ajax获取数据可能会这样写:$.ajax({ type: "GET", url: url, data: {}, success: function (e) { var oE = eval('(' + e + ')'); // 当后台返回数据是一个字符串的时候,eval可以将它转换为一个对象 }, error: function (da...
阅读全文
posted @ 2017-06-21 14:14 likwin
阅读(333)
评论(0)
推荐(0)
编辑
公告