if (!window.BigMiao) window.BigMiao = {};
//是否支持HTML5
BigMiao.isSupportHtml5 = function () {
try {
document.createElement("canvas").getContext("2d");
return true;
} catch (ex) {
return false;
}
}if (!window.BigMiao) window.BigMiao = {};
//是否支持HTML5
BigMiao.isSupportHtml5 = function () {
try {
document.createElement("canvas").getContext("2d");
return true;
} catch (ex) {
return false;
}
}