CloudFlare 便捷更新域名解析记录

WEB 

获取域名id 请求URL https://api.cloudflare.com/client/v4/zones 请求方式 get Header

iframe截取 网页部分内容

WEB 

主要配合width、height、overflow等属性来实现的 示例如下: <div style="width:800px;height:500px;overflow:hidden;border:0px"> <div style="width:800px;height:500px;ma

AJAX javascript版

WEB 

function indexroll(){function indexroll(){ var xmlhttp=getXmlHttp(); xmlhttp.open("post","/recruitment/index/indexDo",true);//请求地址 xmlhttp.send();//处理

页面刷新计数及鼠标滚动事件

WEB 

localStorage - 没有时间限制的数据存储 sessionStorage - 针对一个 session 的数据存储 <script type="text/javascript"> if (localStorage.pagecount) { localStorage.pagecou

HTML5获取GPS

WEB 

HTML5 Geolocation API 用于获得用户的地理位置。 Internet Explorer 9、Firefox、Chrome、Safari 以及 Opera 支持地理定位。 请使用 getCurrentPosition() 方法来获得用户的位置。 <body> <script