Open HAISON2019 opened 4 years ago
cookie没填对
python 版本不一致,导致这个语句执行有二义性 在python3.6 下, item.strip().split('=', 1) 返回一个数组,所以无法为 name, value 这个元组赋值
对于京东先预约再抢购的商铺程序无法自动下单购买,请解决一下------------------ 原始邮件 ------------------ 发件人: "Michael Yin"notifications@github.com 发送时间: 2020年2月17日(星期一) 中午11:40 收件人: "cycz/jdBuyMask"jdBuyMask@noreply.github.com; 抄送: "Subscribed"subscribed@noreply.github.com; 主题: Re: [cycz/jdBuyMask] V3 运行错误 (#69)
python 版本不一致,导致这个语句执行有二义性 在python3.6 下, item.strip().split('=', 1) 返回一个数组,所以无法为 name, value 这个元组赋值
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
jdBuyMask-master\jdBuyMask-master>python jdBuyMask_V3.py Traceback (most recent call last): File "jdBuyMask_V3.py", line 98, in
name, value = item.strip().split('=', 1)
ValueError: not enough values to unpack (expected 2, got 1)