Also you can use next JS to convert array to string: function ArrayToString(val) { var type=system.functions.type(val) if (type==8){ return val.join("") } }.
確定! 回上一頁