iframe

摘要

iframe 有一些新屬性html

  • srcdoc 內容爲 html 格式,若是 src 未指定,將替換 src 裏面的內容,該屬性與 sandbox 和 seamless 屬性一同使用, 注意 ie 不支持,
  • src 嵌入源文件
  • sandbox 指定 iframe 容許的動做,,該屬性與 sandbox 和 seamless 屬性一同使用, 值可爲 allow-scripts allow-forms allow-same-origin allow-top-navigation , 空的話限制全部 , 注意 ie9- opera12- 不支持
  • seamless 表明不會有邊距和邊框
相關文章
相關標籤/搜索