ajax+php中文乱码解决办法

2019-09-14 07:22:01于丽

 print("内容是".$_POST['content']);
}
else
{
 print("没有内容发送");
}
?>

引用自:http://www.blogjava.net/huyi2006/articles/86154.html