-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIC算法.html
39 lines (34 loc) · 1.07 KB
/
IC算法.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>Document</title>
</head>
<style>
h4{
color:black;
}
</style>
<body>
<script>
function workout(){
var a1 = document.getElementById("a").value ;
var a2 = document.getElementById("b").value;
alert("你好");
</script>
<center><h1>算法</h1></center>
<center>
<input id="a" style="width:60px;text-align:center;" type="text" value="100"/>
<input id="b" style="width:60px;text-align:center;" type="text" value="00" />
<input id="c" style="width:55px;text-align:center;" type="text" value="00" />
<input id="d" style="width:55px;text-align:center;" type="text" value="01" />
</center><br>
<center><input style="width:255px;text-align:center;" type="text" /></center>
<center><h4 id="_h4" style="">32</h4></center>
<center><button onClick="workout()">确定</button></center>
</body>
</html>