Window moveBy() 方法用于相对于其当前坐标移动具有指定像素数的窗口。
Window moveBy() 方法接受两个参数 x 和 y,它们表示水平和垂直移动窗口的像素数。
句法:
window.moveBy(x, y)
使用的参数:
- x :这是一个强制性参数,指定水平移动窗口的像素量。
- y :它是一个强制性参数,指定垂直移动窗口的像素数量。
下面的程序说明了 Window moveBy() 方法:
程序:。相对于当前位置移动新窗口
Window moveBy() Method in HTML
GeeksforGeeks
Window moveBy() Method
For opening the Test window,
double click the "Open Window" button:
For moving the Test window,
double click the "Move Window" button:
输出:
点击按钮后
支持的浏览器: Window moveBy()方法支持的浏览器如下:
- 谷歌浏览器
- IE浏览器
- 火狐
- 歌剧
- 苹果浏览器