Skip to content

HTML Demo

Details
html
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- <script src="https://cdn.jsdelivr.net/npm/xlsx@0.18.5/dist/xlsx.core.min.js"></script> -->
<!-- <script src="scripts.js"></script> -->
<h1>This is a Heading</h1>
<form>
    楼宇: <input type="text" id="params.bulidState"><br>
    接入方式: <input type="text" id="params.doorFlag"><br>
    楼: <input type="text" id="params.unicomAccess"><br>
    <input type="file" id="zdw_file" oninput="getData()" accept=".xlsx" value="选择文件" ><input type="button" value="下一条" onclick="next()"></input>

</form>

<p>This is a paragraph.</p>
</body>
</html>

Last updated: