flag = false;
function send() {
 if (flag) { alert("已提交．请稍后．"); return false; }
 flag = true;
 return true;
}
