meta:vp
讓網(wǎng)頁不縮放而是以1:1的形態(tài)顯示
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} / 當(dāng)有鼠標(biāo)懸停在鏈接上 /
a:active {color: #0000FF} / 被選擇的鏈接 */