핵심 코드:
$(function (){
var can = $("#can").get(0);
var txi = can.getContext("2d")
txi.beginPath()
txi .moveTo(105,105);
txi.lineTo(45,105)
txi.closePath(); .beginPath( );
txi.moveTo(25,25);
txi.lineTo(25,100); >})
코드 복사
아래 그림 사용하는 것, 닫는 것, 하나는 쓸모가 없습니다: