代码搜索:接线方法
找到约 10,000 项符合「接线方法」的源代码
代码结果 10,000
www.eeworm.com/read/388532/8603621
html 16.1 alert方法.html
Alert方法演示
var strmsg="Window对象的Alert方法测试!";
window.alert(strmsg);
www.eeworm.com/read/388532/8603626
html 16.19 showmodaldialog方法.html
无标题文档
var sFeatures;
var para;
para="this is a testsh
www.eeworm.com/read/388532/8603638
html 16.16 resizeto方法.html
Confirm方法演示
var objwin;
var ih,iw;
var ihok,iwok;
var interva
www.eeworm.com/read/388532/8603666
html 16.12 moveto方法.html
moveTo方法演示
var imoved=0;
intervalID=window.setInterval(moveWindow,100);
www.eeworm.com/read/388532/8603682
html 16.15 resizeby方法.html
Confirm方法演示
var iresized=0;
var ixy=-1;
window.setInterval(resizeWindow,10);
function resizeWindow()
{
window.resizeBy(ixy
www.eeworm.com/read/388532/8603687
html 16.11 moveby方法.html
moveby方法演示
var imoved=0;
var intervalID;
intervalID=window.setInterva
www.eeworm.com/read/388532/8603692
html 16.9 close方法.html
setTimeout方法演示
function closeWindow()
{
window.o