0

我们正在研究 RApache,

我们从配置为 brew 的 .html 文件中发送表单参数。

_____________(one.html)_______________

<html>

<form name="one" method="POST" action="./brew/one_result.html">

<input type="text" name="one">
<input type="submit">

</html>

__________________________(one_result.html)_________________

<%
print(post$one)
%>

从 (one.html) 到 (one_result.html) 的参数传递有时会起作用,并且参数值会在浏览器上打印,但有时会在错误日志中显示“POST$pname:'closure' 类型的对象不是子集”。

任何机构都可以帮助我们解决这个问题。

在此先感谢,马利克。

4

1 回答 1

0

这是 RApache 启动时的信息

[通知] Apache/2.2.15 (Unix) DAV/2 mod_R/1.2.5 R/3.2 .2 PHP/5.3.3 mod_apreq2-20090110/2.8.0 已配置 -- 恢复正常操作

环境centos - 6.7

于 2016-03-09T12:35:02.483 回答