first commit
This commit is contained in:
18
day03-clipboard/index.html
Normal file
18
day03-clipboard/index.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>剪切板</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>剪切板</h2>
|
||||
<input type="text" placeholder="输入需要复制的内容">
|
||||
<button>复制</button>
|
||||
<br><br>
|
||||
<input type="text" placeholder="将内容粘贴至此处">
|
||||
<button>粘贴</button>
|
||||
<br><br>
|
||||
<button id="clipImg">将图片拷贝至剪切板再粘贴至界面</button>
|
||||
<script src="index.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user