我的代码:
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"