摘要:
1 <?php 2 3 4 $tool_curl_inputuser = $_POST['username']; 5 $arv = mb_detect_encoding($tool_curl_inputuser, array('UTF-8', 'GBK')); 6 switch($arv){ 7 case 'UTF-8' : //如果是UTF-8编码 可以转成GBK 8 $tool_curl_inputuser = iconv("UTF-8","GBK",$tool_curl_inpu 阅读全文
posted @ 2013-04-09 18:34
博客2000
阅读(259)
评论(0)
推荐(0)
浙公网安备 33010602011771号