该文被密码保护。 阅读全文
posted @ 2017-01-05 19:56 TTTK 阅读(0) 评论(0) 推荐(0)
摘要: <script> var banners = ['index4.jpg', 'index2.jpg','index1.jpg']; var idx = 0; setInterval(function(){ if(idx < banners.length){ document.querySelecto 阅读全文
posted @ 2017-01-05 16:54 TTTK 阅读(134) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <script> $(function(){ //开场显示 $('.pica').eq(0).show( 阅读全文
posted @ 2017-01-05 16:52 TTTK 阅读(224) 评论(0) 推荐(0)