亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

想試著做個簡單點的彈幕。沒做出來。看來還要多練習才行

??? 2018-11-25 01:31:02 251
????:<!DOCTYPE html><html><head><meta charset="UTF-8"><title>Document</title><script type="text/javascript" src="jquery-3.3.1.js"><

<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title>Document</title>

<script type="text/javascript" src="jquery-3.3.1.js"></script>

<style>

/* p{position: absolute; margin-left: 1920px;}*/

.go{position: absolute;}

</style>

</head>

<body>


<script type="text/javascript">

// function bs(tag){


//  var len=document.getElementsByTagName(tag).length

//  // $miao=new Date().getSeconds()  想用時間來做變色的。做不出來。。。

//  // if ($miao.toString().length==1) {

//  //  $miao="0"+$miao.toString()

//  // }

//  for (var i = 0; i < len; i++) {

//  // alert($("p")[i])

//  var col="rgb("+Math.floor(256*Math.random())+","+Math.floor(256*Math.random())+","+Math.floor(256*Math.random())+")"

//  var mar=Math.floor(700*Math.random())+"px"

//  document.getElementsByTagName(tag)[i].style.color=col

//  document.getElementsByTagName(tag)[i].style.marginTop=mar

//  // document.getElementsByTagName(tag)[i].style.marginLeft=mar


//  }


// }

$(document).ready(function(){

bs("p")

// window.onload = function () {

//  $("div").animate({right:"2080px"},300)

// }

$(".go").hover(

function(){

$(this).stop().animate({left:"800px"},300)

},

function(){

$(this).stop().animate({left:"0px"},300)

})

})

</script>

<div style="width:100px; height:100px; background:red"></div>

<!-- <div>

<p>PHP中文網(wǎng)</p>

<p>滅絕師太</p>

<p>獨孤九劍</p>

<p>西門大官人</p>

<p>html</p>

<p>web</p>

<p>css</p>

<p>JavaScript</p>

<p>jquery</p>

<p>php</p>

<p>c#</p>

<p>c++</p>

<p>python</p>

<p>.net</p>

<p>sublime</p>

</div> -->

</body>


</html>


?? ???:查無此人?? ??:2018-11-25 09:32:25
???? ??:我又看到你了,兩次代碼一樣的。別著急,查詢下資料,你可以的。

??? ??

?? ??