python中的那些警告,有时警告不仅是编程风格的问题. 原: 12 dic = {}dic['aaa'] = 5 后: 12 dic = dict()dic['aaa'] = 5 why? 12 dic = {'aaa': 5} 赞微海报分享
近期评论