我们正在研究 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' 类型的对象不是子集”。
任何机构都可以帮助我们解决这个问题。
在此先感谢,马利克。