阅读背景:

python strip() 函数和 split() 函数的详解及实例

来源:互联网 
>>> a = ' 123'
>>> a.strip()
'123'
>>> a='\t\tabc'
'abc''ab



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

分享到: