#python 把字符串当数组来操作就对了
txt="hello"
for s in txt:
print(s)
python 把字符串当数组来操作就对了
于 2022-12-26 19:18:38 首次发布
#python 把字符串当数组来操作就对了
txt="hello"
for s in txt:
print(s)