假设结构是这样的
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<iframe src="index.html" frameborder="0" style="resize:both;overflow:hidden;"></iframe>
</body>
</html>
假设结构是这样的
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<iframe src="index.html" frameborder="0" style="resize:both;overflow:hidden;"></iframe>
</body>
</html>
参考这个,需要加上iframe所在父元素的位置就对了
获取iframe中鼠标事件在父页的坐标位置