<!DOCTYPE html> <html> <body> <?php echo strip_tags("Hello <b>world!</b>"); ?> </body> </html>
输出: Hello world!