会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
不同的日子丶看不同的云
博客园
首页
新随笔
新文章
联系
订阅
管理
2019年9月24日
Python——Python缓存技术
摘要: 一段非常简单代码 普通调用方式 def console1(a, b): print("进入函数") return (a, b) print(console1(3, 'a')) print(console1(2, 'b')) print(console1(3.0, 'a')) 很简单的一段代码,传入两
阅读全文
posted @ 2019-09-24 22:59 不同的日子丶看不同的云
阅读(6458)
评论(0)
推荐(0)
编辑