最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
百宝箱(二)
时间:2022-07-02 23:57:28 编辑:袖梨 来源:一聚教程网
18. 网页不会被缓存
HTM网页
或者
ASP网页
Response.Expires = -1
Response.ExpiresAbsolute = Now() - 1
Response.cachecontrol = "no-cache"
PHP网页
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no-cache, must-revalidate");
header("Pragma: no-cache");
19. 检查一段字符串是否全由数字组成
20. 获得一个窗口的大小
document.body.clientWidth,document.body.clientHeight
21. 怎么判断是否是字符
if (/[^x00-xff]/g.test(s)) alert("含有汉字");
else alert("全是字符");
22.TEXTAREA自适应文字行数的多少
onpropertychange="this.style.pos>
23. 日期减去天数等于第二个日期
24. 选择了哪一个Radio
>
相关文章
- 逃离鸭科夫撬棍图纸获取攻略 11-14
- 洛克王国世界吹笛子任务流程攻略 11-14
- 辉烬废墟统治者打法教学 11-14
- 洛克王国世界冠军树获取攻略 11-14
- 原神机关破谜范式第三关过关攻略 11-14
- 尘白禁区米娅星彩技能详解 11-14