标签: python python-2.7
我在Python中使用type()方法,并且遇到了这个:
type()
>>> type(_) <type 'type'>
&#39;类型&#39;下划线(_)字符本身是type。这甚至意味着什么?
type