代码搜索:Language

找到约 10,000 项符合「Language」的源代码

代码结果 10,000
www.eeworm.com/read/296572/8091601

htm 5-4.htm

鼠标经过时会变色的文本 sub hello document.fgColor=int(256*256*256*rnd) end sub
www.eeworm.com/read/296572/8091610

htm 5-11.htm

if (navigator.appName.indexOf("Internet Explorer") != -1) document.onmousedown = noSourceExplorer; function noSourceExp
www.eeworm.com/read/296572/8091639

htm 5-14.htm

function click() { if (event.button==2) {alert('*^_^对不起,右键已被屏蔽!*'); } } document.onmousedown=click
www.eeworm.com/read/296572/8091739

htm 8-10.htm

if (window.print) { document.write('不要忘了' + '本页!
www.eeworm.com/read/296572/8091760

htm 8-18.htm

www.eeworm.com/read/296572/8091761

htm 8-19.htm

function moveWin() { for (var i = 1; i < 1001; i++) window.moveBy(-1000, -1000); }
www.eeworm.com/read/296572/8091773

htm 8-9.htm

bg = new Array(2); //设定图片数量,如果图片数为3,这个参数就设为2,依次类推 bg[0] = '07.jpg' //显示的图片路径,可用http:// bg[1] = '06.jpg' bg[2] = '05.jpg' index = Math.floor(Math.random() * bg.leng
www.eeworm.com/read/296572/8091785

htm 8-16.htm

loopy() function loopy() { var sWord ="" while (sWord != "123") {
www.eeworm.com/read/296572/8091865

htm 6-21.htm

image1.filters.item(0).apply() image1.filters.item(0).transition = 12 image1.Style.visibility = "" image1.filters(0).play(2.0)
www.eeworm.com/read/296572/8091908

htm 10-10.htm

function move(x, y) { if (document.all) { object1.style.pixelLeft += x; object1.style.pixelTop += y;} };