首页
注册
登录
Ghayn 最近的时间轴更新
Ghayn
V2EX 第 103166 号会员,加入于 2015-03-08 11:22:13 +08:00
Ghayn
提问
技术话题
好玩
工作信息
交易信息
城市相关
Ghayn 最近回复了
2018-07-04 09:29:10 +08:00
回复了
est
创建的主题
›
Python
›
当年 1.6 亿美金估值的公司—— Digg 是如何被一句 Python 函数可变默参 毁掉的
ruby 没有这样的问题
# test.rb
def test(args=[])
args.push(1)
p args
end
test()
test()
test()
-> ruby test.rb
[1]
[1]
[1]
»
Ghayn 创建的更多回复
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1054 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 11ms ·
UTC 22:33
·
PVG 06:33
·
LAX 14:33
·
JFK 17:33
Developed with
CodeLauncher
♥ Do have faith in what you're doing.