WALL-E/vin-decoder

parse_html函数接口

Closed this issue · 0 comments

"""
从Html文件中解析车辆信息
"""

def parse_html(html):
    """
    parse html of https://vincar.cn/

    :param html: html strings
    :returns: list
    """