感谢您的支持,我会继续努力的!
打开微信扫一扫,即可进行扫码打赏哦
点我查看本站打赏源码!
Powered by RUNCODEX.COM,学的不仅是技术,更是梦想!!!
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Sheet Editor</title>
</head>
<body onloaded=myAlert()>
<div class = "top">
<input id = "fileName" type = "FILE" >
<input id = "upload" type = "BUTTON" value = 'Upload' onclcik="start()">
</div>
<div class = "sheet" >
<table id = "data">
</table>
</body>
</html>
xxxxxxxxxx
function myAlert(){
alert.("Hehe");
}
div.top{ height:30%;
width:80%;
margin:auto;
background-color:#aff;
border-radius:10px;
#fileName{
position:relative;
top:10%;
left:5%;
width:90%;
#Upload{
top:20%;
width:10%;