Home > Back-end >  How to write can remove quotes, XML foreach take less than the value in it
How to write can remove quotes, XML foreach take less than the value in it

Time:09-18

CodePudding user response:

Get rid of the single quotes or double quotes, replaceAll once good
For example
 String [] bljgarr=cxjsInfo. GetBljgid (). The replaceAll (" \ ""," "). The split (", ");//remove the double quotes 

  • Related