x = [] print(x) print(not x) print(x is None) print(not x is None) print(x is not None)
posted on 2016-08-31 10:14 jzm17173 阅读(67) 评论(0) 收藏 举报