ruozhiertong

Results 2 issues of ruozhiertong

如何设置成全局代理?

` def callback(file_name, total_size, now_size): print(f"\r文件名:{file_name}, 进度: {now_size}/{total_size}") # 初始化 LanZouCloud 对象 lz = LanZouCloud() cookie = {'ylogin': '***', 'phpdisk_info': '***'} ret = lz.login_by_cookie(cookie) print(ret) # ==》 0 lz.ignore_limits() #...