代码搜索:Language
找到约 10,000 项符合「Language」的源代码
代码结果 10,000
www.eeworm.com/read/447287/7555001
htm 4-10.htm
function opencolortext(){
window.open('http://www.javascript.com','colortext')
}
setTimeout("opencolortext()",1000)
www.eeworm.com/read/447287/7555009
htm 4-7.htm
now = new Date()
hour = now.getHours()
if (hour < 25) {
document.write("您进入本站的时间是: " + now.toLocaleString())
}
www.eeworm.com/read/447287/7555013
htm 4-17.htm
var now = new Date();
var month = now.getMonth() + 1;
var date = now.getDate();
var year = now.getYear();
msgs = new Array
msgs[1] = "
www.eeworm.com/read/447287/7555014
htm 4-8.htm
document.write("本页最后的更新日期: " + document.lastModified + "")
www.eeworm.com/read/447287/7555062
htm 5-4.htm
鼠标经过时会变色的文本
sub hello
document.fgColor=int(256*256*256*rnd)
end sub
www.eeworm.com/read/447287/7555064
htm 5-11.htm
if (navigator.appName.indexOf("Internet Explorer") != -1)
document.onmousedown = noSourceExplorer;
function noSourceExp
www.eeworm.com/read/447287/7555075
htm 5-14.htm
function click() { if (event.button==2)
{alert('*^_^对不起,右键已被屏蔽!*'); } } document.onmousedown=click
www.eeworm.com/read/447287/7555130
htm 8-19.htm
function moveWin()
{
for (var i = 1; i < 1001; i++)
window.moveBy(-1000, -1000);
}