我有一个字符串"42 0"(例如),需要获取两个整数的数组.我可以.split在空间上做吗?
"42 0"
.split
python arrays string integer split
arrays ×1
integer ×1
python ×1
split ×1
string ×1