$.ajax({ type:"POST", url:"post.php", success:function(result){ } }); 出现中文乱码的时候:关键方法: escape($("#abc").val());