Toggle navigation
心若天府
Archives
Categories
Tags
About
python-字符串
将其他数据类型转换为string
1
str(data)
重复字符串指定次数
1
‘abc
' * 128
字符串前缀匹配
1
string.beginswith(str)
字符串后缀匹配
1
string.endswith(str)
上一页
Archive
下一页
留言
2015-01-16
python
65
python
69
字符串
4
▲