Android Studio:error: illegal character: '\u2028'

后端 未结 6 1845
醉梦人生
醉梦人生 2020-12-20 11:48

I am trying to do a JSONObject request:

final String URL = \"https://some/url\";

// Post params to be sent to the server
HashMap para         


        
6条回答
  •  Happy的楠姐
    2020-12-20 12:27

    If you are mac user then you can

    Copy and paste text in TextWrangler View -> Text
 Display -> Show Invisibles

    It will show you symbol like "|". Delete this and you are good to go.

提交回复
热议问题