摘要: 下图即是在手机内置浏览器中打开的效果图,可以通过手指绘图,通过点击按钮清楚图画效果 js 代码 1 window.onload = function() { 2 3 document.ontouchmove = function(e){ e.preventDefault(); } 4 //禁用浏览器的滚动操作 5 6 var canvas = document.getElementById('main'); 7 var canvastop = canvas.offsetTop; 8 //canvastop 和窗体顶部的距离 9... 阅读全文
posted @ 2013-09-13 17:33 daomul 阅读(236) 评论(0) 推荐(0) 编辑
摘要: 首先要安装nginx服务 ,具体的流程,可参考 http://www.cnblogs.com/daomul/p/3315703.html 设置完需要知道本地IP地址,http://192.1**.*.*/view.html 1 2 3 4 5 6 15 16 29 30 31 32 33 阅读全文
posted @ 2013-09-13 17:21 daomul 阅读(198) 评论(0) 推荐(0) 编辑