未命名 5vwbayedit icon

作者:
cup11
Fork(复制)
下载
嵌入
设置
BUG反馈
index.html
style.css
index.js
现在支持上传本地图片了!
            
            <!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <link rel="stylesheet" href="./style.css">
</head>

<body>
  <button onclick="showWindowSize()">显示窗口大小</button>
<button onclick="redirectAfter3Sec('https://example.com')">3秒后跳转</button>
<p id="browser-info">浏览器信息</p>
<div id="random-bg" style="width: 100%; height: 100px;"></div>
  
  <script src="./index.js"></script>
</body>

</html>
        
预览
控制台