没有搜到到结果?点击这里求解答/求资源。
【单选题】
在Word“查找和替换”对话中,只在“查找内容”文本框输入内容,没有在“替换为”文本框输入内容,若此时执行“全部替换”命令,则( )

删除所有查找到内容
不执行命令
只具有查找功能
查找到内容并提示用户输入替换内容
【单选题】
页面中有表单myform,表单中有名为txtEmail输入电子邮件文本框,则以下验证电子邮件格式必须包含点符号(.)代码正确( ).

var strEmail = document.myform.txtEmail.value; if(strEmail.indexOf(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号!); document.myform.txtEmail.focus( ); }
var strEmail = document.myform.txtEmail.text; if(strEmail.indexOf(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号!); document.myform.txtEmail.focus( ); }
var strEmail = document.myform.txtEmail.value; if(strEmail.concat(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号!); document.myform.txtEmail.focus( ); }
var strEmail = document.myform.txtEmail.text; if(strEmail.concat(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号!); document.myform.txtEmail.focus( ); }
【单选题】
PowerPoint中,用“文本框”工具在幻灯片中添中文本时,如果想要是插入文本框竖排,应该怎样( )

默认格式就是竖排
不可能竖排
选择文本框下拉菜单中水平项
选择文本框下拉菜单中垂直项
【单选题】
PowerPoint中,用“文本框”工具在幻灯片中添中文本时,如果想要是插入文本框竖排,应该怎样( )

默认格式就是竖排
不可能竖排
选择文本框下拉菜单中水平项
选择文本框下拉菜单中垂直项
【判断题】
为密码型文本框输入数据时,回显字符全是星号。

正确
错误
【单选题】
在窗体上画一个命令按钮和一个文本框,其名称分别为Command1和Text1,把文本框Text属性设置为空白,然后编写如下事件过程: Private Sub Command1_Click() ??? a = InputBox(Enter an integer) ??? b = InputBox(Enter an integer) ??? Text1.Text = b + a End Sub 程序运行后,单击命令按钮,如果在输入对话中分别输入8和10,则文本框中显示内容______。

出错
18
810
108
【单选题】
在Word 2016 编辑状态下,绘制一个文本框,要使用选项卡( )。

表格
插入
编辑
工具
【单选题】
Word文本框可用于将文本置于文档指定位置,但文本框中不能直接插入__

文本内容
图片
形状
特殊符号
【单选题】
在页面上有一个id为room文本框下面选项()能够实现当单击room时,room背景颜色变为“#cccccc”。

input id=room type=text onfocus=this.style.backgroundColor=#cccccc /
input id=room type=text onfocus=this.backgroundColor=#cccccc /
input id=room type=text onblur=this.style.backgroundColor=#cccccc /
input id=room type=text onblur=this.backgroundColor=#cccccc /
【判断题】
PowerPoint中,用“文本框”工具在幻灯片中添加图片操作时,文本框大小和位置确定

正确
错误