假設結構是這樣的
<!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中鼠標事件在父頁的坐標位置