在 ruby 中,我可以创建数组填充类型:
[1, 'hello', :world] # [Fixnum, String, Symbol]
=> [1, "hello", :here]
在 Go 中如何实现类似数组填充混合类型?
如何声明数组?
互换的青春
相关分类