摘要: select * from blog_log;+ + + + +| id | time | level | info |+ + + + +| 1 | 2011-11-11 23:32:32 | 1 | haha || 2 | 2012-12-12 12:21:21 | 1 | haha || 3 | 阅读全文
posted @ 2017-08-18 16:13 扫驴 阅读(150) 评论(0) 推荐(0) 编辑
摘要: 执行以上代码,得到的输出为: -> Enter D-> Enter C-> Enter A<- Leave A<- Leave C<- Leave DMRO: ['D', 'B', 'C', 'A', 'object']<type 'tuple'> 与之前一篇文章中的内容不同,类B并没有被执行,也许 阅读全文
posted @ 2017-08-18 13:58 扫驴 阅读(280) 评论(0) 推荐(0) 编辑