在 ruby 中,我可以創建數組填充類型:[1, 'hello', :world] # [Fixnum, String, Symbol]=> [1, "hello", :here]在 Go 中如何實現類似數組填充混合類型?如何聲明數組?
如何構建混合數組
慕碼人8056858
2021-09-21 22:46:43