﻿function check()
     {
         if(document.getElementById("TextBox1").value=="")
         {
             alert('用户名不为空！');return false;
         }
     }