java中的中括號"["和"]",替換他們的時候要轉義

寫法以下:  

  String    temp1= temp.replaceAll("\\[", "").replaceAll("\\]", "");

相關文章
相關標籤/搜索