A.#box{width:100px;height:50px;} B.#box{width:100px;height:50px; position:absolute;} C.#box{width:100px;height:50px; position:static;} D.#box{width:100px;height:50px; position:relative;}
A.alter table test drop姓名 B.delete from test where姓名 C.drop table test D.alter table test delete姓名
A.返回0~1之间的随机数 B.返回x值的绝对值 C.返回数的自然对数(底为e) D.返回数的平方根
A. Response.MapPath(虚拟路径) B. Request.MapPath(虚拟路径) C. Server.URLEncode(虚拟路径) D. Server. MapPath(虚拟路径)
A.CreateObject B.HTMLEncode C.MapPath D.以上全都是
A.框架选择太多 B.可移植性 C.跨平台 D.语法简单