最新回答 / 幕布斯1429361
<!doctype?html><html?lang="en"><head>????<meta?charset="UTF-8">??<title>Document</title>??<style>??*{margin:0;????padding:0;????list-style:none;}??.wrap{height:170px;????????width:490px;????????margin:60px?auto;??...
2019-10-20
最新回答 / qq_慕圣3038191
var ps=$('menu-ll').getElementsByTagName('p');//獲取p跟ul的下標(biāo)? //錯(cuò)誤改成var?ps?=?document.getElementsByTagName('p')var uls=$('menu-hh').getElementsByTagName('ul'); //錯(cuò)誤改成var?uls=?document.getElementsByTagName('ul')還有這一段?if(sy>=ps.length){//做一個(gè)判斷以至于不會(huì)一直加下去ps=0...
最新回答 / 幕布斯1429361
<!doctype?html><html?lang="en"><head>????<meta?charset="UTF-8">??<title>Document</title>??<style>??*{margin:0;????padding:0;????list-style:none;}??.wrap{height:170px;????????width:490px;????????margin:60px?auto;??...
2019-07-23
最新回答 / weixin_寶慕林3397936
很簡(jiǎn)單,在你的onmouseout中重新定義了定時(shí)器。把定時(shí)器var timer改成 timer即可
2019-05-30
最新回答 / 業(yè)余奶茶品鑒師
這么說吧,不加括號(hào),等號(hào)后面代表的是這個(gè)函數(shù)體,而加了括號(hào),代表的就是函數(shù)執(zhí)行的結(jié)果了。