Hi all,
in Jsp I can use
Content = " ,"+ReceiveDate + " ," + ProcessFinishDate + ","
+ UniversityN + "," + EnglishName + "," + ChineseName + ","
+ differ1 + "," + differ2 + "," + ProcessStatus + ","
;
to contcattenation a group of string together , if all this string inside the ArrayList myall how can I concatenation them together?