你如何将数字123456789分成[1,2,3,4,5,6,7,8,9]使用Python?
123456789
[1,2,3,4,5,6,7,8,9]
python split python-2.7
python ×1
python-2.7 ×1
split ×1