xmlhttp_request.open("GET", "MultiSourceQuery.do?actionType=ajaxSaveMb"+canshu, true); xmlhttp_request.send(null); 
xmlhttp_request.onreadystatechange= function (){alert("保存成功");} 
问题是提示框会出现多次,愿意只出现一次,各位高手这个问题应该怎样解决???