zwd001 发表于 2020-3-5 10:46:05

发送网络请求时 返回: <script>location.href='./';</script> 怎么解决

本帖最后由 zwd001 于 2020-3-5 10:48 编辑

如意验证1.7, 发送网络请求时 出现: <script>location.href='./';</script> 什么原因? 怎么解决?

网络操作1.发送网络请求("http://xxxxx.xxx/pay.php?app=10000&u=88888","post","text",_
                              "app=10000&order=555555&user=88888&way=ali&gid=1&ua=1",5000)

                              返回: : <script>location.href='./';</script>

本地调试正常 :
网络操作1.发送网络请求("http://127.0.0.1/pay.php?app=10000&u=88888","post","text",_
                              "app=10000&order=555555&user=88888&way=ali&gid=1&ua=1",5000)

yudave 发表于 2020-3-5 11:02:26

就来看看了

sqdwvf 发表于 2020-3-6 00:11:22

<script>location.href='./';</script> 是提示你提交成功了,但跳转了,你得把href取出来再提交一次才能返回结果

acx520 发表于 2024-5-3 15:25:03

ѧϰ

acx520 发表于 2024-5-14 17:08:21

ѧϰ

acx520 发表于 2024-8-25 16:00:28

ѧϰ

acx520 发表于 2024-10-18 16:01:56

ѧϰ

acx520 发表于 2024-10-24 16:00:35

ѧϰ
页: [1]
查看完整版本: 发送网络请求时 返回: <script>location.href='./';</script> 怎么解决