$.ajax({ url: '/service/AirBtcService.asmx/AirBtc_AV', type: 'POST', data: { depcity: depcity, aircity: arrcity, flightdate: d1, airco: airco }, dataType: 'xml', timeout: 30000, error: function(o) { if (o.readyState == 0) alert("查询超时"); else alert(o.responseText); }, success: showFlight });});function showFlight(flight) {//......}例如上面的 代码: function showFlight(flight)(){}中的 参数flight 是怎样来的。请各位大虾指点指点。
- 2 回答
- 0 关注
- 616 浏览
添加回答
举报
0/150
提交
取消