摘要: #!/usr/bin/env python#-*- coding:utf-8 -*-# author:leo# datetime:2020/3/17 9:16# software: PyCharm#闭包def outer(): a=12 def inner(): print(a) return 1 阅读全文
posted @ 2020-03-17 11:33 leo0362 阅读(155) 评论(0) 推荐(0) 编辑