jquery ajax 回调函数 返回乱码?
var url = "login?userName=" + encodeURI(encodeURI($("#userName").val())); url = convertURL(url); $.get(url,null,function(data){ alert(decodeURI(data)); $("#result").html("<font color=red>"+decodeURI(decodeURI(data))+"</font>");});