摘要: 原文:https://www.cnblogs.com/linhaifeng/articles/6113086.html#_label6 函数作用域 # def test1(): # print('in the test1') # def test(): # print('in the test') 阅读全文
posted @ 2019-10-24 10:43 月零Ray 阅读(115) 评论(0) 推荐(0)