php环境下ajax传值中文出现乱码,加入encodeURI

<html>
<head>
<script src="jquery-1.10.2.min.js"></script>
<script src="http://pv.sohu.com/cityjson?ie=utf-8"></script>
<script>
	$.ajax({
	 type:'GET',
	 url:"insert.php?ip="+returnCitySN.cip+"&note="+encodeURI(returnCitySN.cname),
	 success: function(data){
		alert(data);
	 },
		 error: function () {
            //alert('fail');
        }
 }); 
</script>
</head>
<body>

</body>
</html>


最后修改:2016 年 05 月 19 日
如果觉得我的文章对你有用,请随意赞赏