2018年12月19日
摘要: exec 执行代码的工具 可以创建类是应用 exec('uyjhj',全局,局部变量) 阅读全文
posted @ 2018-12-19 20:37 paulgeo 阅读(135) 评论(0) 推荐(0)
摘要: 绑定给对象的话 Student def print(self)自动传参数也就是就是对象 print()/(self) stu.print 方法 Student.print 函数 r如果print(self)那么函数报错 如果()那么方法报错 阅读全文
posted @ 2018-12-19 20:03 paulgeo 阅读(155) 评论(0) 推荐(0)