PHP $html = " <body> <p> This is a body of text encapsulated in <b>HTML</b>. <b>Let's parse it!</b> </p> </body>"; echo strip_tags($html);.
確定! 回上一頁