摘要:
function canvasSupport(){ return Modernizr.canvas;}function callCanvasApps(){ var canvasOne=document.getElementById("canvasOne"); //if(!canvasSupport(... 阅读全文
摘要:
1、js需要将swf的功能暴露给用户,这个用swfobject.js就能完成工作,引入swfobject.js后 /* * t:需要创建的页面元素 */createEl = function(t, a, y, x) { var e = document.createElement(t); if (a 阅读全文