-
2017-02-25 09:17:03
- jquery的问题?
- $("#test2").click(function(){
var $this = $(this);
$this.css('color','blue');
});$(this
-
0
4
1229
-
2017-02-25 09:13:46
- javascript生成随机数的问题?
- 生成1-3的随机数是这样的slotOne = Math.floor(Math.random() * (3 - 1 + 1)) + 1;(3 -1 + 1)这个是为什么?就我所知道的,要生成0-n的随机数Math.floor(Math.random() * n);所以既然是1-3,应该是Math.floor(Math.random() *&
-
0
2
1762
-
2017-01-10 10:48:11
-
2017-01-10 10:41:48
-
2017-01-10 10:37:13
-
2016-12-21 16:26:08
-
2016-12-21 16:20:36
-
2016-12-21 16:18:02
-
2016-12-21 16:14:46
-
2016-12-21 16:11:10
- 为什么的CSS设置没有作用??
- <!DOCTYPE HTML>
<HTML>
<head>
<meta charset="utf-8">
<title>代码练习4</title>
<style type="text/css">
p
-
0
2
1024