以下範例適用於utf8編碼的網站,先建立自訂函式。 function htmlencode($str){ return htmlentities($str,ENT_QUOTES,"UTF-8"); } function htmldecode($str){ return ...
確定! 回上一頁