PHP strip_tags() 函数:1

Run Settings
LanguagePHP
Language Version
Run Command
<?php $text = '<p>Test paragraph.</p><!-- Comment --> <a href="#fragment">Other text</a>'; echo strip_tags($text); echo "\n"; // Allow <p> and <a> echo strip_tags($text, '<p><a>'); ?>
Editor Settings
Theme
Key bindings
Full width
Lines