var currajax=$.post("/Home/GetList_ZB1", null, function (res) {}
if (currajax) { currajax.abort(); }
使用abort(); 就能夠輕鬆終止正在進行的Ajax了 ajax