在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. 未初始化