问题

软件 >> 浏览器
Questions in category: 浏览器 (Browser).

URL 中的+如何编码

Posted by haifeng on 2019-10-17 15:11:59 last update 2019-10-17 15:11:59 | Answers (0) | 收藏


当搜索 x^2+y^2 时, 不能使用

http://www.atzjg.net/admin/do/search_question.php?keyword=x^2+y^2

要将+号改为%2B, 如下

http://www.atzjg.net/admin/do/search_question.php?keyword=x^2%2By^2&page=3