重复操作的ajax代码

new Ajax().getData('<%=Request.Path.ToString()%>','isAjax=true&action=up&values=<%#Eval("CER_I_ID")%>',function(obj){if(obj.responseText=='1'){alert('移动成功!');document.location=document.location;}else if(obj.responseText=='12'){alert('不能移动');}else{alert('移动失败!请重试!');}});return false;
原文地址:https://www.cnblogs.com/bestsaler/p/1835701.html