dic = dict(zip('abc', [1, 2, 3])). 通过字典推导式创建. >>> dic = {i:2*i for i in range(3)}. 5. 通过dict.fromkeys()创建通常用来初始化字典, 设置value的默认值, ...
確定! 回上一頁