語法展示:: http://home.graffiti.net/ghjhdfghfx/
請用IE6.0或更新版本觀看語法特效展示
將以下程式碼複製,貼在<body>及</body>標籤之間。
<script language="JavaScript">
<!--
tips = new Array(4);
tips[0] = "哈囉~";
tips[1] = "吃飽了嗎";
tips[2] = "再按次重新整理看看!";
tips[3] = "有空多來逛逛喔";
index = Math.floor(Math.random() * tips.length);
document.write("<CENTER><FONT SIZE=5 COLOR=#FF00FF>" + tips[index] + "</CENTER></FONT>");
-->
</script>在 tips = new Array(4); 中修改訊息的數量 修改中文部份的訊息 在 <FONT SIZE=5 COLOR=#FF00FF> 中修改訊息的文字大小及顏色
全站熱搜
留言列表