Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共3 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:关于post请求的问题

1楼
lwq603980601 发表于:2024/3/14 18:08:00
Select Case e.path
    Case "rfc\select"
        If e.postValues("key") = "382dc38cce2645fa8aced80e" Then
            e.AsyncExecute = True '通知系统异步执行,不要关闭信道
            Functions.AsyncExecute("RFC", e)
        Else
            e.WriteString("[]")
        End If
    Case Else
        e.WriteString("404链接错误,无此页面内容!")
End Select

RFC
Dim e As RequestEventArgs = Args(0)
Dim hs As String = e.PostValues("hs")
Dim I_JSON As String = e.PostValues("I_JSON")
Dim str As String = e.PostValues("str")
Dim O_JSON As String = e.PostValues("O_JSON")

以上这样的接收样式要怎样发请求呢?自己写的请求返回信息(411)所需的长度
2楼
有点蓝 发表于:2024/3/14 20:32:00
指前端怎么发请求?e.PostValues接收的,前端需要使用表单的方式发送请求,比如:http://www.foxtable.com/mobilehelp/topics/0101.htm
3楼
lwq603980601 发表于:2024/3/15 11:29:00

[此贴子已经被作者于2024/3/15 11:57:03编辑过]
共3 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .03125 s, 2 queries.