单项选择题
expires 3d;是什么意思?()
A.expires定义用户浏览器过期的时间为3天
B.expires定义用户浏览器查看页面的时间为3天
C.expires定义用户浏览器url的时间为3天
D.expires定义用户浏览器缓存的时间为3天
点击查看答案&解析
相关考题
-
单项选择题
mysql数据表中记录的四大操作是“增删改查”,其中删表示()。
A.delete
B.create
C.alter
D.update -
单项选择题
在MySQL配置文件中添加()配置项,可开启二进制日志。
A.relay-bin
B.log-bin
C.log-in
D.变更 -
单项选择题
mysql中查询最大值正确的是()
A.insert into student(sal)values(8000);
B.select sun(age)from students;
C.delete from student where id=3;
D.select max(age)from students;
