html5 过程解决问题收集

 1.使用画布时报错误:
     Uncaught TypeError: Object [object Object] has no method 'getContext' 。
    解决方法:
    $(function(){
        canvas = $('#canvas1')[0];
        ctx = canvas.getContext('2d');
    })

 

posted @ 2014-03-28 13:25  淡然_  阅读(133)  评论(0编辑  收藏  举报