發表人:Daz (ForumImages)
描述:讓你可以在 CODE 代碼中顯示「 」「&」等
打開 ./includes/functions_post.php
尋找\r
代碼: 選擇全部
$html_entities_match = array('#&[a-z]+?;#', '#<#', '#>#');代碼: 選擇全部
$html_entities_match = array('#&#', '#<#', '#>#');版主: 版主管理群
代碼: 選擇全部
$html_entities_match = array('#&[a-z]+?;#', '#<#', '#>#');代碼: 選擇全部
$html_entities_match = array('#&#', '#<#', '#>#');