Use the `re.sub()` method to remove the HTML tags from a string, e.g. `result = re.sub(r'<.*?>', '', html_string)`.
確定! 回上一頁