摘要:
function unicode_encode($str, $encoding = 'GBK', $prefix = '&#', $postfix = ';') { $str = iconv($encoding, 'UCS-2', $str); $arrstr = str_split($str, 2 阅读全文
posted @ 2021-07-09 18:22
瞎子点灯
阅读(590)
评论(0)
推荐(0)
浙公网安备 33010602011771号