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.
現在のURLを印刷しようとしましたが、エンコードに小さな問題があります。私のURLには、äやäのような文字が含まれている可能性がありますが、URLを印刷すると、これらはこの%C3%B6のように表示されます。
問題がどこにあるか考えていますか?PHPの見方、コード、または..?:)
あなたの文字列を試してみてurldecode()ください。
urldecode()