赞
踩
DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
from collections import Iterable;
是因为版本更新发出的警告。目前可以忽略,不影响后续使用。
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。