BootStrap提供了一系列表格的样式,请找出鼠标高亮和边框表格( )。
A. table_striped
B. table_bordered
C. table-responsive
D. table_hover
PHP中绘制图形需要用到的函数有( )。
A. imagecreate()
B. imagedestroy()
C. random()
D. explode()
以下JavaScript实现继承的方式,正确的是( )。
A. 原型链继承
B. 构造函数继承
C. 组合继承
D. 关联继承
PHP中用来导入其他文件的语句有( )。
A. require()
B. require_once()
C. include()
D. include_once()