function test(){ $.ajax({ //提交数据的类型POST GET type:"POST", //提交的网址 url:"testLogin.aspx", //提交的数据 data:{Name:"sanmao" ...
確定! 回上一頁