echo htmlspecialchars($str); ?> 代碼的HTML輸出將是(View Source) :. <!DOCTYPE html> <html> <body> This is some <b>bold</b> text. </body> </html>.
確定! 回上一頁