主頁 > 知識庫 > hta實(shí)現(xiàn)涂鴉效果代碼

hta實(shí)現(xiàn)涂鴉效果代碼

熱門標(biāo)簽:DOTA地圖標(biāo)注app 百度地圖標(biāo)注地址有什么影響 聯(lián)通400電話去哪里申請啊 五華銷售外呼管理系統(tǒng)電話 軟通動(dòng)力地圖標(biāo)注專員 汕頭外呼crm系統(tǒng) 湖州手機(jī)外呼系統(tǒng) 徐州客服外呼系統(tǒng)排名 綿陽外呼線路
復(fù)制代碼 代碼如下:

html>     
head>     
hta:APPLICATION     
CAPTION="no"     
SCROLL="no"     
SHOWINTASKBAR="no"     
INNERBORDER="no"     
CONTEXTMENU="no"     
BORDER="none"     
SINGLEINSTANCE="yes"     
WINDOWSTATE="maximize"     
>     
title>/title>     
script>     
var timer = 100;     
var randDiv = new Array(100);     
window.onload = function()     
{     
     for(var i = 0; i  randDiv.length; i++)     
     {     
             randDiv[i] = document.createElement("DIV");     
             randDiv[i].style.cssText = "filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);";     
             randDiv[i].style.position = "absolute";     
             randDiv[i].style.background = GetRandomColor();     
             document.body.appendChild(randDiv[i]);     
     }     
     Fun();     
}     
function Fun()     
{     
     for(var i = 0; i  randDiv.length; i++)     
     {     
             randDiv[i].style.top = Math.floor(Math.random() * window.screen.height);     
             randDiv[i].style.left = Math.floor(Math.random() * window.screen.width);     
             randDiv[i].style.width = Math.floor(Math.random() * 100);     
             randDiv[i].style.height = Math.floor(Math.random() * 100);     
             randDiv[i].style.background = GetRandomColor();     
     }     
     setTimeout("Fun()", timer);     
}     
function GetRandomColor()     
{     
     var r = Math.floor(Math.random() * 255).toString(16);     
     var g = Math.floor(Math.random() * 255).toString(16);     
     var b = Math.floor(Math.random() * 255).toString(16);     
     r = r.length == 1 ? "0" + r : r;     
     g = g.length == 1 ? "0" + g : g;     
     b = b.length == 1 ? "0" + b : b;     
     return "#" + r + g + b;     
}     
/script>     
/head>     
body>     
/body>     
/html>

木容涂鴉板(Moron Scratch) 可以在線生成一個(gè)在桌面上自動(dòng)繪畫的應(yīng)用程序。
只需要你發(fā)揮想象繪制一副想要的圖案,然后點(diǎn)擊下載按鍵就可以得到一個(gè)很小的moron_scratch.exe的程序。
雙擊運(yùn)行它,就能看到你的鼠標(biāo)在桌面上自動(dòng)畫了起來 :)
地址

標(biāo)簽:棗莊 新余 克拉瑪依 邯鄲 內(nèi)江 清遠(yuǎn) 廣東 濟(jì)南

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《hta實(shí)現(xiàn)涂鴉效果代碼》,本文關(guān)鍵詞  hta,實(shí)現(xiàn),涂鴉,效果,代碼,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《hta實(shí)現(xiàn)涂鴉效果代碼》相關(guān)的同類信息!
  • 本頁收集關(guān)于hta實(shí)現(xiàn)涂鴉效果代碼的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章