
window.onload?=?function()?{var?canvas?=?document.getElementById('canvas');canvas.width?=?800;canvas.height?=?800;var?context?=?canvas.getContext('2d');context.fillStyle?=?"#058";context.font?=?"bold?120px?sans-serif";context.textAlign?=?'center';context.textBaseline?=?'middle';context.fillText('CANVAS',?canvas.width/2,?canvas.height/2);context.strokeStyle?=?'#888';context.moveTo(0,?canvas.height/2);context.lineTo(canvas.width,?canvas.height/2);context.moveTo(canvas.width/2,?0);context.lineTo(canvas.width/2,?canvas.height);context.stroke();}
2019-08-12
在谷歌瀏覽器中不行,換了WIn10自帶瀏覽器可以居中