Python 基础:闭包(Closure) 介绍

闭包指延伸了作用域的函数,其中包含函数定义体中引用、但是不在定义体中定义的非全局变量,它能访问定义体之外定义的非全局变量
Your browser is out-of-date!

Update your browser to view this website correctly. Update my browser now

×