关于canvas的一个小问题

请问各位大神,我下面的代码为什么不能画出矩形<!DOCTYPEhtml><html><headlang="en"><metacharset="UTF-8"><title>... 请问各位大神,我下面的代码为什么不能画出矩形

<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
<script>
window.onload= function () {
document.body.style.backgroundColor="#eee"
document.body.style.transition="all 2s"
var can=document.getElementById("can")
var cxt=can.getContext("2d")
var width=window.innerWidth;
var height=window.innerHeight;
cxt.fillRect(width/2,height/2,100,100)
}
</script>
</head>
<body bgcolor="black">
<canvas id="can"></canvas>
</body>
</html>
展开
 我来答
ly10604828
2015-07-01 · TA获得超过1465个赞
知道小有建树答主
回答量:341
采纳率:100%
帮助的人:359万
展开全部
因为你的canvas没有设置高度和宽度,所以就是默认值为150和300,而这时,你的width和height值都要大于canvas的宽度和高度,也就是说canvas画的内容在画布之外,自然就没显示。在canvas标签加一个行内标签style="background-color:blue;"你就明白了。不明白可追问。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式