在PHP中,要引用文件"captcha.php" 的正确方法是( )
A.
B.
C.
D. <% include file=" captcha.php " %>
查看答案
在mysql语法中,向数据表中插入数据使用的关键字是()
A. create
B. insert
C. save
D. updat
下面哪个js方法将获取一个对象,而非伪数组( )
A. getElementById()
B. getElementByName()
C. getElementsByName()
D. getElementSByTagName()
返回数组当前指针指向的元素的函数是( )
A. next()
B. each()
C. reset()
D. current()
在PHP语言中,函数var_dump的意义是( )
A. 定义数组
B. 遍历数组
C. 输出变量的相关信息
D. 递归数组