隨機文字
- Internet Explorer 6.0
- Internet Explorer 7.0
- Internet Explorer 8.0
- Mozilla Firefox 2.0
- Mozilla Firefox 3.0
- Google Chrome
- Safari 3.1
- Opera 9.5
- 隨機文字 - 隨機顯示文字。
- 語法總長度:313 字元
<script type="text/javascript"><!--
yudan_txt = new Array(4);
yudan_txt[0] = "隨機文字";
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 = new Array(4); 此數為隨機文字的數量
yudan_txt[0] = "隨機文字";
yudan_txt[1] = "任何文字均可";
yudan_txt[2] = "可以隨機抽出文字";
yudan_txt[3] = "魚蛋村魚蛋村"; 方括的數字必須更改