var count= 0 ;. function callfunction(). {. context.fillText(count, 200 , 200 );. count = count+ 5 ;. //context.fillText("",200,200);. } ...
確定! 回上一頁