摘要:
阅读全文
posted @ 2019-09-14 16:02
大海一个人听
阅读(164)
评论(0)
推荐(0)
摘要:
```python import time # 闭包函数 def outer(): x = 100 def inner(): print(x) return inner fun = outer() print(fun) #函数不加括号,调用的是函数本身【function】 # .inner at 0x0000000001F151E0> ti... 阅读全文
posted @ 2019-09-14 11:35
大海一个人听
阅读(497)
评论(0)
推荐(0)

浙公网安备 33010602011771号