login登陆界面获取username,后台通过string uname= username.Text获取,但是打断点测试的时候显示uname是null,为什么?
usernameText在哪里定义的,另外要运行到下一行,uname才会被赋值