PHP中日期时间相关函数有( )。
A. data()
B. getdate()
C. strtotime()
D. time()
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. 关联继承