我们经常在pyhon中用join处理字符串的某种规则的连接。在Julia中,又是如何?1、后面都加一个符号julia> a3-element Array{String,1}: "a" "b" "c"julia> join(a,",")"a ...
確定! 回上一頁