![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
相关问题
function uc2gbb($str) {
$ret = '';
for( $i=0; $i
$charcode = ord($str[$i*2])+256*ord($str[$i*2+1]);
$strdec= dechex($charcode);
for ( $j=0; $j
}
return $ret;
}
提问者:seeee 08-22 12:12
答复

