在Go中,如果我有一個字符串變量s:var s string = "a,b,c,d,e"如何將其轉(zhuǎn)換或拆分或爆炸為切片或字符串數(shù)組,以使其變?yōu)椋篴rr[0] = "a"...arr[4] = "e" 查看完整描述