Skip to content

Commit c4b605f

Browse files
写着玩儿的(
1 parent f6f2b10 commit c4b605f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PythonTypeExtension
2-
对Python原版类型的扩展
3-
写着玩儿的(
4-
增加了像String和Integer这样的类,是对Python原版类型的扩展
5-
例如,你可以用这个模块的String类来创建字符串,这样你就可以使用这个类的函数,例如isNumber()函数,可以判断这个字符串是否是由数字组成的
6-
你同样可以重写这些类,来为它们添加更多方法
2+
对Python原版类型的扩展<br>
3+
写着玩儿的(<br>
4+
增加了像String和Integer这样的类,是对Python原版类型的扩展<br>
5+
例如,你可以用这个模块的String类来创建字符串,这样你就可以使用这个类的函数,例如isNumber()函数,可以判断这个字符串是否是由数字组成的<br>
6+
你同样可以重写这些类,来为它们添加更多方法<br>

0 commit comments

Comments
 (0)