JS Ajax请求
1 $.ajax({ 2 url: '@Url.Action("CreateNewSoftwareVersion")', 3 // data: {'id':F.ui.SimpleForm1. getTitle(),'name':'name'}, 4 data: {'softwarecode':id}, 5 type: "post", 6 datatype: "text", 7 async: true, 8 success: function (data) { 9 F.alert("升版成功"); 10 opennewversiontab(id + newest); 11 refesh(); 12 }, 13 error: function (data) { 14 console.log(data) 15 } 16 })

浙公网安备 33010602011771号