var currajax=$.post("/Home/GetList_ZB1", null, function (res) {}
if (currajax) { currajax.abort(); }
使用abort(); 就可以轻松终止正在进行的Ajax了