村長fb!
此乃舊版魚蛋村,訪客請【按此到新版魚蛋村】繼續瀏覽
魚蛋村 yudans語法區語法範例 → 隨機圖片

隨機圖片

  • 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
  • 語法介紹 Introduction:
  • 隨機圖片 - 隨機顯示圖片。
  • 語法總長度:323 字元
  • 範例 Example:
  • 請將以下程式碼貼到<body>與</body>之間:
<script type="text/javascript"><!-- 
yudan_pic = new Array(4);
yudan_pic[0] = "圖片網址1";
yudan_pic[1] = "圖片網址2";
yudan_pic[2] = "圖片網址3";
yudan_pic[3] = "圖片網址4";
index = Math.floor(Math.random() * yudan_pic.length);
document.write('<img src="' +yudan_pic[index]+ '" alt="" />');
// --></script>
  • 可修改的地方 Modify:
  • 增加隨機圖片
    yudan_pic = new Array(4); 此數為隨機圖片的數量
    yudan_pic[0] = "圖片網址1";
    yudan_pic[1] = "圖片網址2";
    yudan_pic[2] = "圖片網址3";
    yudan_pic[3] = "圖片網址4"; 方括的數字必須更改
魚蛋村,語法,圖片,素材,下載,琴譜,字型,教學,網頁製作,網頁教學,表情符號,程式,yudan,yudans,yudan village,javascript,cgi,php,msn,css,html,w3c,teach
footer