Home >php教程 >php手册 >纳闷的url请求

纳闷的url请求

WBOY
WBOYOriginal
2016-06-13 09:34:461251browse

今天对公司系统进行修改,还是ajax请求的问题,不过这次比上次的简单。但是遇到一个很纳闷的问题,我当时以为是ajax的问题,后来在浏览器上直接访问也是这样,连接就是这种:https://88.88.88.88:88/index.php?q=device/getdevictnum/did/88

问题描述:当我访问连接的did是40 ,就是url是 :https://114.104.206.14:28443/index.php?q=device/getdevictnum/did/40

的时候 访问正常能得到"10\/10"这样的json返回值,但是当我的did是41的时候  浏览器就会一直转,得不到结果。

但是我的代码是 这样---直接 返回的。当我换一个浏览器的时候,问题又没有了---谁知道这是咋回事呢?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn