代码搜索结果

找到约 10,000 项符合 B 的代码

b.js

function setopen(T){ A="_self"; if(T){A="_blank"} var temp=document.links for(i=0;i

b.js

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