[php]html_entity_decode — 函數把HTML 實體轉換為字符。 範例 <?php $str = "John & 'Adams'"; echo html_entity_decode($str);
確定! 回上一頁