- 4
- 0
- 约 5页
- 2017-08-27 发布于河南
- 举报
交互HTML代码2
!DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Transitional//EN /TR/xhtml1/DTD/xhtml1-transitional.dtd
html xmlns=/1999/xhtml
head
meta http-equiv=Content-Type content=text/html; charset=utf-8 /
title无标题文档/title
/head
script
var PImgPlayer = {
_timer : null,
_items : [],
_container : null,
_index : 0,
_imgs : [],
intervalTime : 5000, //轮播间隔时间
init : function( objID, w, h, time ){
ervalTime = time || ervalTime;
this._container = document.getElementById( objID );
this._container.style.display = block;
this._container.style.width = w + px;
this._container.style.height = h + px;
this._co
原创力文档

文档评论(0)