标签:python put ons instance iterable bsp collect test none
from collections import Iterable test_data = [{"type":1,"keyword":None}, {"type":2,"keyword":None}] print(isinstance(test_data,Iterable)) outputs: True
标签:python put ons instance iterable bsp collect test none
原文地址:https://www.cnblogs.com/wang-mengmeng/p/11412131.html