HTML5中,新增了很多input元素的类型 email email类型用于应该包含 e-mail 地址的输入域. url url 类型用于应该包含 URL 地址的输入域. number number 类型用于应该包含数值的输入域 range range 类型用于应该包含一定范围内数字值的输入域. Date Pickers(数据检出器) search search 类型用于搜索域,比如站点搜索或 Google 搜 索…
简介 PDF.js is a Portable Document Format (PDF) viewer that is built with HTML5. PDF.js is community-driven and supported by Mozilla Labs. Our goal is to create a general-purpose, web standards-based platform for parsing and rendering PDFs. 开源地址:https:…