Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
パーセントが前に付いたASCII小数の大きな文字列があります(例:"%40%3e%20%12"はるかに大きい場合を除く)。
"%40%3e%20%12"
この文字列を分析して、実際の文字をすべて抽出するにはどうすればよいですか?
あなたはおそらく欲しい:
java.net.URLDecoder.decode(str, "UTF-8")