netsuite中,一些数组在服务端表示时,需要被分隔开来,系统默认用''来分隔。
testarray.split( String.fromCharCode(5) );
String.fromCharCode(5) 显示html为一个正方形的符号。
数组分隔符。