./ time /.返回(如果(存在($n/utc-时间戳))然后()插入节点{fn:concat ( fn:substring($n/date,1,4),"-",fn:子字符串($n/date,5,2),"-",fn:子字符串($n/date,7,2),"T",fn:子字符串($n/time,1,2),":",fn:子<
所以我有一个字符串,我把它分成子串。所有这些子字符串都应该成为新字符串数组的一个元素。我的字符串数组应该变成{Hello,World。}Exception in thread "main" java.lang.StringIndexOutOfBoundsException: String index out of range: -33at java.lang.String.substring(String.java