Skip to content

Commit 7cfbb13

Browse files
committed
对type.py的测试
1 parent 2e480fd commit 7cfbb13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def 方法测试():
3232
b = a.replace("114", "")
3333
print(b, type(b))
3434
print(a.subString(0), a.subString(0, 3))
35+
print(a.toList())
3536

3637
class Integer测试:
3738
@staticmethod

0 commit comments

Comments
 (0)