<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body>
<div style="width:500px;margin:110px auto 0;">
<form action="shuju.php" method="post" enctype="multipart/form-data">
请选择xls文件: <input type="file" name="excel"> <br/>
<input type="submit" value="上传" style="width: 300px;
height: 40px;
background: #0357ad;
color: #fff;
font-size: 22px;
border: 0px;
border-radius: 8px;
margin-top: 20px;">
</form>
</body>
</html>