parent
353fcb7365
commit
660e343582
File diff suppressed because one or more lines are too long
@ -1,11 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<script src="/static/js/index.js" type="text/javascript"></script>
|
||||
<title>四则运算</title>
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
<script src="/static/js/jquery-3.6.0.min.js"></script>
|
||||
<script src="/static/js/index.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<button type="submit" onclick="begin();">开始</button>
|
||||
<button id="demo">demo</button>
|
||||
<div class="display">
|
||||
<ul id="ul">
|
||||
</ul>
|
||||
</div>
|
||||
<input type="text">
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in new issue