2014
08-01
08-01
过滤html标签的一个函数 NEW
function wml_strip($string){$string = str_replace(array(' ', '&', '"', ''', '“', '”', '—', '<', '>', '·', '…', '&'), array(' ', '&'...
Read More >