码迷,mamicode.com
首页 > Web开发 > 详细

WEB基础——接收后台文件方法

时间:2020-07-10 17:04:39      阅读:74      评论:0      收藏:0      [点我收藏+]

标签:接收   for   输出   inpu   web基础   output   cti   获取   方法   

方法一:通过form窗口进行获取
定义提交窗口

<!--用来输出所所有数据-->>
<form id="forms" type="hidden" action="OutPut" method="post">
        <input type="hidden" name="did" />
        <input type="hidden" name="typeCode" />
        <input type="hidden" name="btnName" />
</form>

方法二:通过ajax来进行获取

WEB基础——接收后台文件方法

标签:接收   for   输出   inpu   web基础   output   cti   获取   方法   

原文地址:https://www.cnblogs.com/LY-CS/p/13279999.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!