摘要:
思路 自己在html中构建form 先根据传入的action构建form的action 然后根据要提交的字段构建form中的元素 最后通过调用form中的按钮提交from表单方法:var jsPost = function (action, values) { var id = Math.random(); document.write(''); for (var key in values) { document.write(''); } document.write(''); document.getElementById('post 阅读全文
posted @ 2014-01-11 11:06
蓝色传奇
阅读(319)
评论(0)
推荐(0)
2014年1月11日