摘要:
function gget() { $.ajax({ type: "GET", url: "index", data: { U: '1234', P: '000' }, //async: true, ... 阅读全文
摘要:
//$.get("/Home/index/" + $("#S_BookName").val(), function (data) { //MVC控制器返回View(Model) 是没有绑定后的html页面 // console.log(data); // //var Number1 = data.indexOf("");//第二个索... 阅读全文