如何向前端推送用户请求的信息?

postinfo.htm
<head>
<title>
星河影动之回应用户请求信息</title>
</head>
<body>

<form action=”postdata.asp” method=”post”>xml:namespace prefix = o ns = “urn:schemas-microsoft-com:office:office” /??

使用Post方法
  <p>
请输入您的姓名:<input name=”name” size=”20″><br>
电子信箱:<input name=”e_mail” size=”40″></p>
  <hr>
  <p><input type=”submit” value=”
确定“> <input type=”reset” value=”重写“></p>
</form>
</body></html>

postdata.asp
<h2>
<% =Request.Form(“name”) %>您好!<br>
您的电子信箱是:<% =Request.Form(“e_mail”) %>
</h2>

共计人评分,平均

到目前为止还没有投票!成为第一位评论此文章。

(0)
青葱年少的头像青葱年少普通用户
上一篇 2023年12月29日
下一篇 2023年12月29日

相关推荐