摘要:
**让方法能使用[key]返回值或做操作** 参考(侵删):https://blog.csdn.net/Norsaa/article/details/105564931 ![image](https://img2023.cnblogs.com/blog/3240132/202307/3240132- 阅读全文
摘要:
**保护、私有、系统预定义** __参考__:https://www.runoob.com/python/python-object.html ###总结 ![image](https://img2023.cnblogs.com/blog/3240132/202307/3240132-2023072 阅读全文
摘要:
**Python内置的@property装饰器能把一个方法变成属性调用** 参考1:https://www.runoob.com/python/python-func-property.html 参考2:https://www.liaoxuefeng.com/wiki/101695966360240 阅读全文
摘要:
**isinstance() 函数来判断一个对象是否是一个已知的类型,类似 type()。** 阅读全文
摘要:
**按指定的字符分割字符串,默认按照空格分割** 阅读全文
摘要:
**根据正则规则对字符串进行匹配并替换匹配到的部分** 阅读全文
摘要:
** 去掉字符串中前面和后面的空格 ** 阅读全文