将main.py第56-59行改为 f = open(filepath, encoding='UTF-8') //此处编码需要改为UTF-8 url_list = json.load(f) return url_list