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