python list 的初始化

产生一个固定长度的list: 比如 长度为5 , 里面内容都是0x55aa的list sample_list = [0x55aa for i in range(10)]     sample_list = [0x8]*5  
相关文章
相关标签/搜索