Checks if the input is an iterable object
检查输入是否为可迭代对象
The value to check. 要检查的值
True if the value is iterable, false otherwise. 如果值为可迭代对象则返回 true,否则返回 false
Checks if the input is an iterable object
检查输入是否为可迭代对象