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