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)所需的长度
指前端怎么发请求?e.PostValues接收的,前端需要使用表单的方式发送请求,比如:http://www.foxtable.com/mobilehelp/topics/0101.htm
[此贴子已经被作者于2024/3/15 11:57:03编辑过]