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

时间:2020-07-10 17:44:46   收藏:0   阅读:66

方法一:通过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来进行获取

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

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!