05 2015 档案

摘要:function _browser() { var ieAX = window.ActiveXObject; var ieMode = document.documentMode; var ieVer = _getIeVersion() || ieMode ... 阅读全文
posted @ 2015-05-26 11:49 百里水上 阅读(323) 评论(0) 推荐(0)
摘要:var canvas = document.getElementById('myCanvas');var context = canvas.getContext('2d');context.beginPath();context.moveTo(188, 150);context.quadraticC... 阅读全文
posted @ 2015-05-04 23:05 百里水上 阅读(153) 评论(0) 推荐(0)