striptags
過(guò)濾器可以移除html代碼中的所有html標(biāo)簽。
removetags
過(guò)濾器可以將移除html代碼中指定標(biāo)簽。
striptags
過(guò)濾器的使用方法:
}
removetags
過(guò)濾器的使用方法:
}
可以移除多個(gè)標(biāo)簽,多個(gè)標(biāo)簽之間使用,
隔開(kāi)。
比如移除 <strong><i>Hello!</i></strong>
中i標(biāo)簽,則可以這么寫(xiě):
}顯示結(jié)果
<strong>Hello!</strong>
} } }顯示結(jié)果
Hello! <strong>Hello!</strong> <strong>Hello!</strong>