Ctrl + w 关闭当前标签页 Alt + F4 关闭当前客户端 Win + s 搜索 Win + r 运行 run Win + d 显示桌面 Desktop Win + m 所有窗口最小化 Win + e 打开文件资源管理器 explorer Win + i 快速开启Win10设置面板 inst ...
适用浏览器FF:Firefox N:Netscape IE:Internet Explorer 鼠标事件: onclick 鼠标点击一次 ondclick 鼠标点击两次 onmousedown 鼠标按下 onmousemove 鼠标移动 onmouseout 鼠标移开 onmouseover 鼠标移 ...
分类:
Web程序 时间:
2017-06-13 23:52:41
阅读次数:
388
关于JSON的简介 和基础 什么是 JSON ? JSON 指的是 JavaScript 对象表示法(JavaScript Object Notation) JSON 是轻量级的文本数据交换格式 JSON 独立于语言 * JSON 具有自我描述性,更易理解 JSON - 转换为 JavaScript ...
分类:
Web程序 时间:
2017-06-13 18:20:43
阅读次数:
273
Window 尺寸 有三种方法能够确定浏览器窗口的尺寸(浏览器的视口,不包括工具栏和滚动条)。 对于Internet Explorer、Chrome、Firefox、Opera 以及 Safari: window.innerHeight - 浏览器窗口的内部高度 window.innerWidth ...
分类:
其他好文 时间:
2017-06-13 11:22:12
阅读次数:
135
实例 带有标题的表格: <table border="1"> <caption>Monthly savings</caption> <tr> <th>Month</th> <th>Savings</th> </tr> <tr> <td>January</td> <td>$100</td> </tr> ...
分类:
其他好文 时间:
2017-06-12 23:53:17
阅读次数:
491
第三方插件Internet Explorer 具有在浏览器窗口内呈现若干种不同文件类型的功能。例如,Internet Explorer 能够在浏览器窗口内呈现 Microsoft Word 文档文件,而无需用户打开 Word 应用程序本身。第三方也可以使用此功能向 Internet Explorer ...
分类:
其他好文 时间:
2017-06-12 22:39:56
阅读次数:
217
关于CEF Chromium Embedded Framework 简单说就是 WebKit内核的 对外绑定。 当前主流浏览器内核 一、Trident内核代表产品Internet Explorer,又称其为IE内核。Trident(又称为MSHTML),是微软开发的一种排版引擎。使用Trident渲 ...
分类:
Web程序 时间:
2017-06-12 14:41:23
阅读次数:
1819
给input的placeholder设置颜色 ::-webkit-input-placeholder { /* WebKit browsers */color: #999;}:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #999;}: ...
分类:
其他好文 时间:
2017-06-12 13:13:54
阅读次数:
144
语法 可能值 注释 此声明必须出现在文档的起始处,出现在 html 标签之前。 !DOCTYPE 元素不需要关闭标签。 此元素在 Microsoft® Internet Explorer 3.0 的 HTML 中可用。 你可使用此声明在 Internet Explorer 6 及以后版本中切换为严格 ...
分类:
Web程序 时间:
2017-06-11 13:38:40
阅读次数:
187