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 2e480fd commit 7cfbb13Copy full SHA for 7cfbb13
test.py
@@ -32,6 +32,7 @@ def 方法测试():
32
b = a.replace("114", "")
33
print(b, type(b))
34
print(a.subString(0), a.subString(0, 3))
35
+ print(a.toList())
36
37
class Integer测试:
38
@staticmethod
0 commit comments