随机显示文字代码
2014-11-12 04:05:04 -0500
<html>
<head>
<meta http-equiv="Content-Type" mrc="text/html; charset=gb2312">
<title>JavaScript随机显示文字</title>
</head>
<body>
刷新一下页面看效果?
<script language="JavaScript">
<!-- Hide
var a = Math.random() + ""
var rand1 = a.charAt(5)
quotes = new Array
quotes[1] = '试一试'
quotes[2] = '好像不错'
quotes[3] = '你是流氓吗'
quotes[4] = '你是我的唯一吗?'
quotes[5] = '为什么相爱的人不能在一起?'
quotes[6] = '我喜欢~'
quotes[7] = '亲亲我的宝贝'
quotes[8] = '/'
quotes[9] = '呵嘿嘿'
quotes[0] = '注重学习和交流'
var quote = quotes[rand1]
</script>
<script language="JavaScript">
document.write(quote)
</script>
</body>
</html>
Back to home
Subscribe |
Register |
Login
| N