绘图形状; getContext错误

时间:2014-03-15 13:46:06

标签: javascript html5 canvas

我的代码:

window.onload = function() {
    var c = document.getElementById("plot");
    var ctx = c.getContext("2d");
    ctx.fillStyle = "#f00";
    ctx.fillRect(0, 0, 175, 40);
}

并且我一直收到错误:"未捕获的TypeError:无法调用方法' getContext' of null"

0 个答案:

没有答案