python怎么把int类型转换成列表python中int类型转换为列表的方法:首先将整数转换为字符串,然后输入[map((int,str(num))]命令将其转换为列表。然后使用map()函数转换:...