要实现后台代码对前台界面控件的修改等操作需要用到控件的()属性
A. name
B. content
C. top
D. text
查看答案
c#程序中的using对应JAVA程序中的什么
A. import
B. package
C. class
D. public
获取文本框文字使用属性
A. text
B. name
C. content
D. ischecked
判断单选按钮是否被选中使用
A. ischecked
B. isselected
C. istrue
D. isfalse
图片控件的拼写
A. Button
B. label
C. RadioButton
D. image