語法展示::  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> 中修改訊息的文字大小及顏色

arrow
arrow
    全站熱搜

    紫蓮の翼 發表在 痞客邦 留言(0) 人氣()