TextField是下列哪个内置对象的函数()?A、CoreB、moveC、Client/severD、Authopring
TextField是下列哪个内置对象的函数()?
- A、Core
- B、move
- C、Client/sever
- D、Authopring
相关考题:
下列构造函数中创建了一个为20行,30列的文本区的是( )。A.TextField(20,30)B.TextArea(20, 30)C.TextField(20, 30,"")D.TextArea(20, 30,"")
下列哪个选项是创建一个标识有“关闭”按钮的语句?A.TextField b=new TextField(“关闭”);B.TextArea b= new TextArea(“关闭”);C.Button b= new Button(“关闭”);D.Checkbox b= new Checkbox(“关闭”);
下列构造函数中创建了一个为20行,30列的文本区的是( )。A.TextField(20,30)B.TextArea(20,30)C.TextField(20,30,"")D.TextArea(20,30,"")
实现下列哪个接口可以对TextField对象的事件进行监听和处理? ( )A.AetionListenerB.FocusListenerC.MouseMofionListenerD.WindowListener
下列哪个选项是创建一个标识有"打开"按钮的语句()。A、TextField b=new TextField("打开");B、TextArea b=new TextArea("打开");C、Checkbox b=new Checkbox("打开");D、Button b=new Button("打开");
在Ajax中,下列哪个函数指定XMLHttpRequest 对象的回调函数?() A、 onreadystatechange ()B、 readyState()C、 redirectHttp()D、 XMLHttpRequest ()
下列的HTML中哪个可以产生文本框?()A、input type="textfield" B、textinput type="text" C、input type="text" D、textfield
单选题实现下列哪个接口可以对TextField对象的事件进行监听和处理?()AMouseMotionListenerBFocusListenerCActionListenerDWindowListener
填空题Python内置函数()用来打开或创建文件并返回文件对象。