让我们试一下你的浏览器是否支持Canvas
the result:
判断浏览器是否支持 HTML5 Canvas,只需要下面代码:
return !!document.createElement('canvas').getContext;

相关文章: