血翼残飞

导航

2021年3月16日 #

js document创建form post 提交

摘要: var form = document.createElement('form'); form.action = 'xxxx.action'; form.method = 'post'; form.style.display = 'none'; var input = document.create 阅读全文

posted @ 2021-03-16 09:40 血翼残飞 阅读(715) 评论(0) 推荐(0) 编辑