标签:font 次数 分隔符 date UI -o 制表符 live 指定
1.http://www.runoob.com/python3/python3-string-strip.html
用于去出字符串末尾指定的字符(默认为空格)。
string.lstrip() 在string的左边删除string
string.rstrip() 在string的右边删除string
2.
a = ‘‘.join(a.split())
print(a)
helloworld
datetime.strptime:将字符串转换为时间格式
detetime.strftime:将时间格式转化为字符船格式
标签:font 次数 分隔符 date UI -o 制表符 live 指定
原文地址:https://www.cnblogs.com/leolaosao/p/9038274.html