摘要: 方法一: a = {}if type(a).__name__ == 'dict': 方法二: a = {} if type(a) == dict: if type(a) == int: if type(a) == str: if type(a) == list: 阅读全文
posted @ 2022-03-13 22:05 rmticocean 阅读(130) 评论(0) 推荐(0)