Errors: Property access denied
信息
Error: Permission denied to access property "x"
错误类型
Error
.
哪里出错了?
示例
<!DOCTYPE html>
<html>
<head>
<iframe id="myframe" src="http://www1.w3c-test.org/common/blank.html"></iframe>
<script>
onload = function() {
console.log(frames[0].document);
// Error: Permission denied to access property "document"
}
</script>
</head>
<body></body>
</html>
本文档系腾讯云开发者社区成员共同维护,如有问题请联系 cloudcommunity@tencent.com