题目内容

在bootstrap4中,关于响应式栅格系统分屏类型错误的是( )。

A. .col-sm-
B. .col-md-
C. .col-sx-
D. .col-lg-

查看答案
更多问题

在laravel中,界面文件应该放在以下哪个路径下( )。

A. app\http\controllers
B. public/html
C. resources\views
D. routes

在处理应答中,如果我们要以文本的方式处理,我们需要在参数表中放置XMLHttpRequest对象的( )属性。

A. xhr.responseText
B. xhr.responseXML
C. xhr.requestText
D. xhr.requestXML

XMLHttpRequest对象的readyState状态,当xhr.readyState==1表示:( )。

A. 请求已接收
B. 服务器链接已经建立
C. 请求已经完成
D. 未初始化

在MySQL中,查找出班主任“王笑笑”班的全部男生的信息,则正确的SQL语句是( )。

A. select * from 学生 where 性别='男' and 班级编号 == (select 班级编号 from 班级 where 班主任='王笑笑')
B. select * from 学生 where 性别='男' and 班级编号 in (select 班级编号 from 班级 where 班主任='王笑笑')
C. select * from 学生 where 性别='男' and 班级编号 union (select 班级编号 from 班级 where 班主任='王笑笑')
D. select * from 学生 where 性别='男' and 班级编号 as (select 班级编号 from 班级 where 班主任='王笑笑')

答案查题题库