摘要: 1 if(document.hasOwnProperty("ontouchstart"))2 alert("浏览器支持触屏"); 3 else 4 alert("浏览器不支持触屏");5 阅读全文
posted @ 2014-05-29 11:12 思思博士 阅读(372) 评论(0) 推荐(1)