阅读背景:

python3字符串操作总结

来源:互联网 
>>>s = 'hello'
>>>s[0:3]
'he'
>>>s[:] #截取全部字符
'hello'



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: