相关代码 |
|
移动鼠标改变背景颜色 function MakeColor(ThisColor) { document.bgColor = ThisColor; } //--> Dim I1, I2, I3 ' Looping variables for RGB Color For I1 = 0 to 15 step 3 For I2 = 0 to 15 step 3 For I3 = 0 to 15 step 3 Color = Hex(I1) & Hex(I1) & Hex(I2) & Hex(I2) & Hex(I3) & Hex(I3) %> Next Next %> Next %>
相关资源 |
|