日本語
<!-- http://www.downcodes.com --> <!-- bbs http://www.downcodes.com/bbs--> <!--第一步:ハンドル如下代码追加<head>領域中--> <script language="Javascript"> <!-- function backcolor(form){ temp = "" for (var i = 0; i < 16; i++) { temp = form.color[i]. value if (form.color[i].checked){ document.bgColor = temp } } } function randombackground(){ document.bgColor = getColor() } function getColor(){ currentdate = new Date() backgroundcolor = currentdate.getSeconds () if (背景色 > 44) 背景色 = 背景色 - 45 else if (背景色 > 29) 背景色 = 背景色 - 30 else if (背景色 > 15) 背景色 = 背景色 - 16 if (背景色 == 0 ) return "オリーブ"; else if (backgroundcolor == 1 ) は「ティール」を返します。それ以外の場合、 (backgroundcolor == 2 ) は「赤」を返します。それ以外の場合、 (backgroundcolor == 3 ) は「青」を返します。 else if (backgroundcolor == 4 ) は「あずき色」を返します。 else if (backgroundcolor == 5 ) は「ネイビー」を返します。 else if (backgroundcolor == 6 ) は「ライム」を返します。 else if (backgroundcolor == 7 ) は「fuschia」を返します。それ以外の場合、 (backgroundcolor == 8 ) は「緑」を返します。それ以外の場合、 (backgroundcolor == 9 ) は「紫」を返します。 else if (backgroundcolor == 10 ) は「グレー」を返します。それ以外の場合、 (backgroundcolor == 11 ) は「黄色」を返します。 else if (backgroundcolor == 12 ) は「アクア」を返します。それ以外の場合、 (backgroundcolor == 13 ) は「黒」を返します。それ以外の場合、 (backgroundcolor == 14 ) は「白」を返します。 else if (backgroundcolor == 15 ) は「シルバー」を返します。 } // --> </script> <!--第二步:取如下代码<body>領域中--> <FORM> <input type="button" value="Random" onClick="randombackground( )"> </form>