I have a beautiful background image on a website which unfortunately takes a while to load. The rest of my page is driven by a function that is called when the body loads like so:
<body onLoad="initialise()">
...
因此,我的浏览器正在等待背景,在发出初步通知之前全负荷。 如何在网页完全装满负荷之前,或至少在背景图像出现之前,都能够打电话。
感谢你时间: