发布时间:2019-08-29 07:38:30编辑:auto阅读(1920)
python中没有substring的定义,但是有更轻巧的实现,可以通过数组的slice来截取字符串
例如,在java中我们这样截取字符串:
String s = "Hello OutOfMemory.CN";
String small = s.subString(2,4);
而在python中,我们这样实现:
s = "Hello OutOfMemory.CN"
small = s[2:4]
python的用法更简单了。
上一篇: Python中set的用法
下一篇: python中非常好用的数据库管理工具d
47880
46445
37333
34773
29346
26008
24960
19978
19580
18074
5821°
6449°
5962°
5988°
7093°
5937°
5979°
6472°
6435°
7818°