Board logo

標題: 隨機語句 [打印本頁]

作者: 蛙    時間: 30-5-2012 09:34     標題: 隨機語句




如不能顯示語法效果可貼去本站語法測試板試看

 

 

 

 

<script type="text/javascript"><!--
yudan_txt = new Array(4);
yudan_txt[0] = "Hello!";
yudan_txt[1] = "你好嗎!";
yudan_txt[2] = "身體健康!";
yudan_txt[3] = "萬事勝意!";
index = Math.floor(Math.random() * yudan_txt.length);
document.write(yudan_txt[index]);
// --></script>

 

 

 

yudan_txt[0] = "Hello!";
yudan_txt[1] = "你好嗎!";
yudan_txt[2] = "身體健康!";
yudan_txt[3] = "萬事勝意!";
 

以上文字可隨意更改,亦可隨意增減字句

但要留意new Array(4); <<< 4要跟隨加減


作者: 蛙    時間: 25-5-2013 11:00     標題: 複製上列語法








歡迎光臨 笨笨網站超級論壇 (http://www.bunbunhk.com/BBS/Discuz/) Powered by Discuz! 6.0.0