js - SyntaxError: JSON.parse: unexpected character at line 1 column 2 of the JSON data jquery-1.9.1.min.js:3:4315

  FF中时不时报这个错, 就近段做项目来看,  一般是我通过 jquery获取form中的参数(或直接获取参数,并通过ajax进行异步请求的时候,如果有错,就抱该错误!

  而对应的, 如果在 Google chrome中, 则会报: Uncaught SyntaxError: Unexpected token <

  我觉得Google chrome的这个错, 有点不太准确.

  虽然题目中的错误, 很泛, 但是就近段做项目来说, 大致就是这样.

  其实可以分很多种类型的 "错误请求参数":包括:在struts2 的Action中的接受或请求参数不对应, 或没有相应的 getter/setter方法.等.

时间: 2024-11-08 04:06:32

js - SyntaxError: JSON.parse: unexpected character at line 1 column 2 of the JSON data jquery-1.9.1.min.js:3:4315的相关文章

jQuery解析JSON出现SyntaxError: JSON.parse: unexpected character at line 1 column 2 of the JSON data

SyntaxError: JSON.parse: unexpected character at line 1 column 2 of the JSON data 我在使用$.parseJSON解析后台返回的JSON的数据时,出现了这样的错误,我还以为返回的JSON格式出现了错误,因为JSON要求格式非常严格.最后发现JSON格式没有太明显的格式错误,我使用fastJSON来生成的JSON格式数据,原来是因为数据已经是一个JavaScript对象了,所以在进行解析就会出错了 我直接将这段数据al

SyntaxError: JSON.parse: bad control character in string literal at line 1 column 16 of the JSON data

JSON.parse转化Json字符串时出现:SyntaxError: JSON.parse: bad control character in string literal at line 1 column 16 of the JSON data 测试代码: JSON.parse("{\"Result\":\"bhbh\thuhuha\"}") 罪魁祸首:\t导致

Python_报错:SyntaxError: unexpected character after line continuation character

原因:写入的文件内容不正确,应处理为字符串 >>> import os >>> os.makedirs(time_year+"\\"+time_month+"\\"+time_day)#其中的time_year.time_month.time_day都是有赋值的变量 >>> os.chdir(time_year\time_month\time_day)#问题出在这里,写法不对 File "<std

SyntaxError: unexpected character after line continuation character

SyntaxError: unexpected character after line continuation character原创梨花?酱~ 最后发布于2019-01-05 14:37:48 阅读数 11683 收藏展开待解决问题:在运行.py文件时报错SyntaxError: unexpected character after line continuation character 首先了解一下python的三种运行方式: 利用python的命令解释器运行短小的代码.1)首先安装开源

Parse Fatal Error at line 41 column 24: 元素类型 &quot;url-pattern&quot; 必须由匹配的结束标记 &quot;&lt;/url-pattern&gt;&quot; 终止

1.错误描述 严重: Parse Fatal Error at line 41 column 24: 元素类型 "url-pattern" 必须由匹配的结束标记 "</url-pattern>" 终止. org.xml.sax.SAXParseException; systemId: jndi:/localhost/SpringMVCH/WEB-INF/web.xml; lineNumber: 41; columnNumber: 24; 元素类型 &qu

SSH框架-unexpected token: * near line 1, column 8 [select * from tb_chaper where course_id = 2];报错解决方法

SSH项目,访问jsp页面出现报错,控制台显示报错信息: org.springframework.orm.hibernate3.HibernateQueryException: unexpected token: * near line 1, column 8 [select * from tb_chaper where course_id = 2]; nested exception is org.hibernate.hql.ast.QuerySyntaxException: unexpect

Parse Fatal Error at line 4 column 43: 已经为元素 &quot;web-app&quot; 指定属性 &quot;xmlns&quot;。

Parse Fatal Error at line 4 column 43: 已经为元素 "web-app" 指定属性 "xmlns". org.xml.sax.SAXParseException; systemId: jndi:/localhost/party68/WEB-INF/web.xml; lineNumber: 4; columnNumber: 43; 已经为元素 "web-app" 指定属性 "xmlns". 不

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

上篇博客提到了爬取动态数据,但是在构造request_url时,其中的url我用的浏览器的网址,但是经过运行发现,有时可以运行成功,有时 request_url = "http://tool.manmanbuy.com/history.aspx?DA=1&action=gethistory&url={0}&bjid=&spbh=&cxid=&zkid=&w=951&token={1}".format(url, token)

jquery------导入jquery.2.2.3.min.js

在WebRoot下的新建文件夹里面添加的jsp文件,例如WebRoot/jquery/other.jsp                                             在WebRoot下的jsp文件,例如WebRoot/other.jsp