• 2022-07-01
    在网页中加入一个内联框架,显示当前文件夹下名为"wonderland.html”的网页文件,宽高分别为包含元素的80%和50%,无边框无滚动条(看上去像是包含文档的一部分),允许该框架提交表单。能实现该功能的选项为( )。
    未知类型:{'options': ['[iframe src="wonderland.html" height="50%" width="80%" seamless="seamless" /]', '[iframe src="wonderland.html" height="50%" width="80%" seamless="seamless" sandbox="allow-forms" /]', '[iframe src="wonderland.html" height="50%" width="80%" seamless="seamless" sandbox="allow-same-origin" /]', '[iframe src="wonderland.html" height="50%" width="80%" seamless="seamless" sandbox="allow-scripts" /]'], 'type': 102}
  • 举一反三