轻轻的走来
轻轻的走来
全部文章
python
django笔记(2)
架构(1)
归档
标签
去牛客网
登录
/
注册
轻轻的走来的博客
全部文章
/ python
(共1篇)
python装饰器笔记
python装饰器 涉及知识:函数闭包,函数做返回值,函数做参数 实例: 两段代码中a_new_decorator都是装饰器,第一段是实现原理,第二段是@符号简写方式 def a_new_decorator(a_func): def wrapTheFunction(): p...
python
2021-08-20
0
0