Escaping HTML, escape(string_to_escape, quote=True), it also escapes ". Recent Python 3.2 have html module with html.escape() and html.unescape() functions.
確定! 回上一頁