0
가 표시되지하지만 아무것도 내 캔버스HTML5 캔버스 나는 아래의 코드를 작성했습니다 아무것도
<html>
<head>
</head>
<body>
<canvas id="c" width="200" height="200"></canvas>
<script>
var c = document.querySelector("#c");
var ctx = c.getContext("2d");
</script>
</body>
</html>
이유에 표시되지 않습니다?