Ajax乱码问题 .net解决办法
$.ajax({
url:'/dj366data.aspx',
type:'POST',
data:'q=comment&musicid='+ musicid +'&comment='+ encodeURI(encodeURI(val)),
Server端url:'/dj366data.aspx',
type:'POST',
data:'q=comment&musicid='+ musicid +'&comment='+ encodeURI(encodeURI(val)),
HttpUtility.UrlDecode(Comment)