87,993
社区成员
发帖
与我相关
我的任务
分享
<html>
<body style="width:100vw;height:100vh;">
<iframe src="child.html"></iframe>
</body>
</html>
<script>
document.querySelector("body").addEventListener("touchstart", function(){
console.log(111111)
}, true)
</script>
<html>
<body style="width:100vw;height:100vh;">
testtest
</body>
</html>
<script>
document.querySelector("body").addEventListener("touchstart", function(){
console.log(22222)
}, true)
</script>