您当前的位置:XML + XSL + JS 构建小型Web App (十四)-电脑教程-XML + XSL + JS 构建小型Web App (十四)-电脑教程-
3. index.htm
<html>
<head>
<script src="index.htm.files/js/common.js"></script>
<style>
table{cellpadding:0;cellspacing:0;border-collapse:collapse;}
td{border:1px solid black;font-size:12px;}
th{border:1px solid black;font-size:12px;}
p{font-size:12px;}
</style>
</head>
<body >
<button ></button>
<button ></button>
<button ></button>
<div id="disp"></div>
<div id="edit"></div>
<div id="set"></div>
</body>
</html>


