摘要: 1 2 (1)修改默认编码:(将默认的utf-8,修改为GB2312) 3 4 $.ajaxSetup({ 5 ajaxSettings:{contentType:"application/x-www-from-urlencoded;chartest=GB2312"} 6 }) 1 2 $("ul>li").click(funct... 阅读全文
posted @ 2016-04-01 22:51 夏冬青 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 用MySQL新建了一个Order表,插入了一条数据。总是显示 You have an error in your SQL syntax; check the manual thatcorresponds to your MySQL server version for the right synta 阅读全文
posted @ 2016-04-01 10:14 夏冬青 阅读(1093) 评论(0) 推荐(0) 编辑