在java中屬於特殊的字元. 所以必須使用跳脫字元\ 才能達到我要的目的. 正確的寫法是. String[] str = row.getcell(0).toString.trim().split("\\.");.
確定! 回上一頁