摘要: 1, # 变量# print(callable(print))# a = 1# print(callable(a))# print(callable(globals))# def func():pass# print(callable(func)) import time# t = __import 阅读全文
posted @ 2018-12-24 20:54 烟云过眼 阅读(102) 评论(0) 推荐(0) 编辑