zoukankan      html  css  js  c++  java
  • frameset

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>frameset</title>
    </head>
    
    <frameset rows="150,200,*" cols="200,*" frameborder="1">
    <frame src="Untitled-1.html" scrolling="auto" noresize="noresize" />
    <frame src="Untitled-1.html" scrolling="auto" />
    <frame src="Untitled-图片热点,网页划区.html" scrolling="auto" />
    <frame src="Untitled-1.html" scrolling="auto" />
    <frame src="Untitled-1.html" scrolling="auto" noresize="noresize" />
    <frame src="Untitled-1.html" scrolling="auto" />
    </frameset><noframes></noframes>
    
    </html>
  • 相关阅读:
    查看tls指纹
    并行流
    方法引入2
    方法引入
    Optional.ofNullable
    stream.filter
    stream.skip limit
    反射
    Optional orElseGet
    nginx 预压缩(gzip)
  • 原文地址:https://www.cnblogs.com/WY404683569/p/5067113.html
Copyright © 2011-2022 走看看