10 2013 档案

摘要:var msViewportStyle = document.createElement("style"); msViewportStyle.appendChild( document.createTextNode( "@media screen and (orientation: portrait) {" + "@-ms-viewport {width: 320px !important;}" + "}" + "@media sc... 阅读全文
posted @ 2013-10-18 22:56 高捍得 阅读(272) 评论(0) 推荐(0)
摘要:1aaaaa.appcache:CACHE MANIFEST# 9891a09e51adaasdasdasd.htmlFALLBACK:NETWORK:* When the a.appcachefileischanged,then appCache.status will be changed; 阅读全文
posted @ 2013-10-13 23:07 高捍得 阅读(458) 评论(0) 推荐(0)
摘要:window.onload = function () { var img = new Image(); img.src = '1.gif'; var ctx = document.querySelector('#aa').getContext('2d'); img.onload = function () { ctx.drawImage(img, 0, 0, img.width, img.height, 0, 0, 400, 400); va... 阅读全文
posted @ 2013-10-12 13:43 高捍得 阅读(226) 评论(0) 推荐(0)