JS post交付表单

JS post提交表单js post方式提交表单有两种办法,1:AJAX提交 2:在JS里拼出一个form,然后submit第二种办法的

JS post提交表单
js post方式提交表单有两种办法,1:AJAX提交 2:在JS里拼出一个form,然后submit

第二种办法的代码