摘要:
1 ';print_r($arr);echo '';} 6 //转码 7 function gbk($str){return iconv('utf-8','gbk',$str);} 8 function utf8($str){return iconv('gbk','utf-8',$str);} 9 //路径格式化(替换双斜线为单斜线) 10 function path_fo... 阅读全文
posted @ 2018-10-02 15:45
醉风云
阅读(548)
评论(0)
推荐(0)