json--eval--VM1423:3 Uncaught SyntaxError: Invalid or unexpected token
json
适用于现代 C++ 的 JSON。
项目地址:https://gitcode.com/gh_mirrors/js/json
免费下载资源
·
VM1423:3 Uncaught SyntaxError: Invalid or unexpected token
感觉几天没写了。今天遇到个问题,Java后台返回json格式的数据,但是在用eval转换的时候 报错
js报错,Uncaught SyntaxError: Unexpected token }不知道哪里错,求解答!
function processResponse(data)
{
data=eval('('+data+')');
("#result").removeCl
补充:
}
这个是别人的错我拿来用用。,正常的json数据是一行,我的有两行,所以---------------------------
function processResponse(data)
{
data=eval('('+data+')');
$("#result").removeClass("none");
if(data.status == 1)
{
$("#result").html('<span style="color:blue;">登录成功!正在跳转~</span>');
window.location = "{:U("Index/index")}";
出现这种问题首先要看你的json串是否拼接的正确
将拼接好的json字符串放到这个网站http://json.cn/ 一侧,问题出来了,有个字段有换行符,最后悄悄的去数据库改掉了。
GitHub 加速计划 / js / json
41.72 K
6.61 K
下载
适用于现代 C++ 的 JSON。
最近提交(Master分支:1 个月前 )
960b763e
4 个月前
8c391e04
6 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)