我在带有文本的画布上绘制图像,但是画布需要很长时间才能呈现。 画布渲染后,我想收到警报。 这是我的脚本:
SingleTonClass.objectCreationMethod()
答案 0 :(得分:0)
这是解决方案。您只需添加警报即可。
residence.onload = function(){
context.drawImage(residence, 0, 0, 2135, 2843);
context.font = "bold 70px sans-serif";
context.textAlign = "right";
context.fillText(r_wlaya, 1596, 252);
alert("javascript is synchronous, so unless there is a callback or promise,
functions execute in the order in which they are invoked.");
}