|
用AJAX做的
接收是很有可能会出这样的报错
<h1>An Error Was Encountered</h1>
<p>The URI you submitted has disallowed characters.</p> </div>
我看过地址了。变成很奇怪的一串:
http://localhost/ranger33/index.php/common/make_vali_img/%3Cdiv%20style=%22border:1px%20solid%20#990000;padding-left:20px;margin:0%200%2010px%200;%22%3E%3Ch4%3EA%20PHP%20Error%20was%20encountered%3C/h4%3E%3Cp%3ESeverity:%20Notice%3C/p%3E%3Cp%3EMessage:%20%20Uninitialized%20string%20offset:%20%2036%3C/p%3E%3Cp%3EFilename:%20controllers/common.php%3C/p%3E%3Cp%3ELine%20Number:%2010%3C/p%3E%3C/div%3Eqht
多数还是正常的
这种奇怪的字符串经常发生在第一次获取或者跳转几个页面后发生。
有没有好的解决方法? |
|