meta:vp
让网页不缩放而是以1:1的形态显示
canvas.ontouchstart = function(){}
开始摸了
canvas.ontouchmove = function(){}
在触摸了
canvas.ontouchend = function(){}
摸完了
if(document.body.ontouchstart !== undefined){}
特性检测
a:link {color: #FF0000} /* 未访问的链接 /
a:visited {color: #00FF00} / 已访问的链接 /
a:hover {color: #FF00FF} / 当有鼠标悬停在链接上 /
a:active {color: #0000FF} / 被选择的链接 */
网友评论