You can use html.unescape()to decode HTML entities in Python string: import html. print(html.unescape('£682m')) ...
確定! 回上一頁