We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 199c6f0 commit 0b01b31Copy full SHA for 0b01b31
test.py
@@ -31,7 +31,7 @@ def 方法测试():
31
print(a.hasSpace())
32
b = a.replace("114", "")
33
print(b, type(b))
34
- print(a.subString(0), a.subString(0, 3))
+ print(a[0], a[0:3], type(a[0]))
35
print(a.toList())
36
print(a.getNormal())
37
0 commit comments