pythonの清除HTML元素代码@vulsee.com def remove_html(string): regex = re.compile(r'<[^>]+>') return regex.sub('', string) 赞(0)微慑管理员2022-07-14业界快讯 阅读(2375)去评论