- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreactdiff.html
More file actions
Latest commit
16 lines (16 loc) · 543 Bytes
/
Copy pathreactdiff.html
File metadata and controls
16 lines (16 loc) · 543 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head></head>
<styletype="text/css">
#container{ height:80px; }
.box{ border:1px solid red; width:150px; height:50px; float:left; margin:2px;}
#log{ float:right; clear:both;}
</style>
<body>
<div>你可以输入a,b,c,d,e,f五个元素进行测试,和上一次的元素对比看变化:</div>
元素:<inputtype="text" id="txtValue" style="width:250px;height:35px;"/>
<buttonid="btnUpdate">更新</button>
<divid="container"></div>
<divid="logs"></div>
</body>
<scriptsrc="reactdiff.js"></script>
</html>