<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>fir</title> </head> <body> <form id="form" method = "post" action = "http://www.kuaidi100.com/query?type=yuantong&postid=postttt&id=1&valicode=&temp=123"> <label>用户名:</label> <input type="text" value="100605028323" postttt = "" id="txt" /> <input type="submit" value="确定" name="submit" id="sub"/> </form> <script> var txt = document.getElementById("txt"); var btn = document.getElementById("sub"); var form = document.getElementById("form"); console.log(typeof form.action); btn.onclick= function () { var action = form.action; form.action = action.replace(/postttt/, txt.value); } </script> </body> </html>
我自己写的这个是只能将数据获取出来 它自动显示在页面上,自己希望实现的是将数据请求到以后,拿一个对象接收,然后再以特定格式展示数据.
解析和展示的的方法我找到了一些代码,应该自己能解决.
现在的问题是数据请求方法和数据接收方法不知道的????
求大神指点,给个思路也好.拜谢!!!
柠檬酸钠
相关分类