URLDecoder: Illegal hex characters in escape (%) pattern - negative value

1、前提: 使用URLDecoder.decode(「字符串」「utf-8」);進行解碼出現上述問題 2、原因: 字符串的內容出現%後不是一個16進制的數(即從0——FF) 3、解決方法: 檢查傳入的字符看是否%後有不是16進制的數 補充: (1)原碼 (2)16進製表
相關文章
相關標籤/搜索