Home > Backend Development > PHP Tutorial > js代码会实现图片显示吗

js代码会实现图片显示吗

WBOY
Release: 2016-06-13 12:24:21
Original
808 people have browsed it

js代码能实现图片显示吗?
这段js代码能实现图片显示吗?
nbsp;html>



Document
<script></script>
<script></script>



<script><br /> $(function(){<br /> var box =new PPTBox();<br /> box.width = 1425; //宽度<br /> box.height = 396;//高度<br /> box.autoplayer = 30;//自动播放间隔时间<br /><br /> box.add({"url":"images/501.jpg","href":"http://www.25mj.com/huodong/150801/index.php","title":"2015年7月25日活动页面"})<br /> <br /> box.show();<br /> })<br /> </script>



如果能,应该怎样实现?
------解决思路----------------------
你直接在js里面创建一个元素节点就行了。这样做太麻烦了
------解决思路----------------------
电脑能,只需涉及的 2 个 js 文件存
手机不能,因为手机都不支持 Flash
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template