escape string for html python. Python By Worried Wolf on Oct 3 2020. import html s = '<p>&<\p>' e = html.escape(s) # = '<p>&<\p>'.
確定! 回上一頁