contentType:'application/x-www-form-urlencoded;charset=iso-8859-1'
$.ajax乱码问题
设置contentType:'application/x-www-form-urlencoded;charset=UTF-8',而在data后面增加data:encodeURI(parameter),好像管点用了