var name = "name:Fu'an"
$.ajax({
dataType: 'text',
url: "get_top_count?query=" + name
通过浏览器抓包可以看到:在传输的时候只有这个 name:Fu
所以,目前想要问问怎么处理这个单引号!~谢谢
千巷猫影
相关分类