比方说一个从网页中抓到的字符串 p ='<abc>' 用Python可以这样处理:. import html p = '<abc>' txt= html.unescape(p) print (txt).
確定! 回上一頁