假设即时通讯使用UTF-8编码我的文件。 在PHP 脚本中,将比较一个字符串: $string="ぁ"; $string = utf8_encode($string); //Do i need this step? if(preg_match('/ ...
確定! 回上一頁