加载/运行“
发布于 2024-11-29 18:32:19 字数 331 浏览 0 评论 0 原文


在我的网站上我有一个图像旋转器。该页面需要一些时间来加载图片,具体取决于幻灯片中有多少张图片。这会延迟页面并且需要更多时间才能显示。页面加载完成后,我如何才能运行这个脚本?这样他们就可以看到页面,几秒钟后就会出现这个图像旋转器。图像旋转器不是必需的,因此如果它没有立即显示也没关系。

<php require(DIR_WS_INCLUDES . 'slideshow.php'); ?>

我会采用任何语言,php、javascript 或 jquery,或 ajax。我不知道 ajax 所以如果答案是前两种语言之一的话会有帮助。

谢谢,吕克

On my website I have a image rotator. The page takes some time, it varies on how many pictures are in the slide show, to load the pictures. This delays the page and it takes more time to appear. After the page is finished loading how would I then be able to run this script? That way they could see the page, and then seconds later have this image rotator appear. The image rotator is not necessary so it's fine if it does not show up right away.

<php require(DIR_WS_INCLUDES . 'slideshow.php'); ?>

I'll take any language, php, javascript or jquery, or ajax. I do not know ajax so if would be helpful if the answer was in one of the first two languages.

Thanks, Luc

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

欲拥i 2024-12-06 18:32:19

PHP 并不是一个好的解决方案 - 当页面显示给用户时,整个 PHP 页面将被执行。

相反,您可以查看 JavaScript 解决方案 - 搜索 JavaScript 图像轮播或旋转器应该会引导您找到许多流行的方法和库。

PHP won't be a good solution for this - the whole PHP page will have been executed by the time the page is shown to the user.

Instead, you might look at JavaScript solutions - searching for JavaScript image carousel or rotator should lead you to many popular methods and libraries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文