<!DOCTYPE html>
<html>
<body>
<h1>iframe sandbox 属性</h1>
<iframe src="/demo/iframe/iframe_sandbox_origin.html" sandbox="allow-scripts">
<p>您的浏览器不支持 iframe。</p>
</iframe>
<p>请尝试删除 sandbox 属性值或更改它。</p>
</body>
</html>