摘要:
1、去除字符串首尾空格、回车、 tablestrip() ” xyz “.strip() # returns “xyz” ” xyz “.lstrip() # returns “xyz ” ” ... 阅读全文
posted @ 2017-10-13 17:45 蓝空 阅读(161) 评论(0) 推荐(0)
|
||
|
摘要:
1、去除字符串首尾空格、回车、 tablestrip() ” xyz “.strip() # returns “xyz” ” xyz “.lstrip() # returns “xyz ” ” ... 阅读全文
posted @ 2017-10-13 17:45 蓝空 阅读(161) 评论(0) 推荐(0) |
||