相关考题
-
多项选择题
假设PHP 中要引入头文件header.inc,下列表述正确的是()。
A.#include "header.inc"
B.#include < header.inc >
C.include("header.inc")
D.require("header.inc")
E.< !--#include file ="header.inc"--> -
多项选择题
DHTML 中可以实现动态修改源代码的方法是()。
A.innerText
B.Outertext
C.Insertadjacent
D.Insertadjacenttext
E.Textrange -
多项选择题
下面哪些CGI 变量属于服务器专有变量()。
A.SERVER_PORT
B.PATH_INFO
C.SERVER_NAME
D.GATEWAY_INTERFACE
E.QUERY_STRING
