Paragraph character in URL?

前端 未结 4 1183
迷失自我
迷失自我 2021-01-27 12:03

I just ran across this an Google App Engine article that uses that funny backwards \'P\' character in some URL\'s (look near the top of the first code box). You know that charac

4条回答
  •  半阙折子戏
    2021-01-27 12:10

    What happens is that the page contains the sequence ¶ some browsers (Chrome at least) interpret that as if it was ¶ the escape code for the symbol ¶. Funny browser behaviour, but the page should not have contained raw ampersands.

提交回复
热议问题