void Page_Load(object sender, System.EventArgs e) {
if(!Page.IsPostBack){
string strTestText = "hjt";  //注释掉这两句后就值就可以
testText.Value = strTestText;//改变
         }

}