标签: php html
我想使用自定义标记和属性html
在此示例中,我想使用标签,并且只允许href属性。
$test = "<a href='#' onmouseover=alert(9) >BBB</a>"; echo strip_tags($test,"<a>");