emm,这篇代码并不是利用input来选取文件,而是自己打开资源管理器单选或多选文件拖拽至浏览器的页面,表格中会自动填充文件信息。嗯,木有拖拽文件进来之前,
拖拽之后
。。。。美观方面多有不足~
--------------------------代码分割线------------------
button{
cursor: pointer;
}
#content{
width: 40%;
height: 500px;
overflow-y: scroll;
margin-left: 30%;
border: 5px double greenyellow;
}
img{
width: 300px;
height: 300px;
}
| 文件名 | 类型 | 大小/kb | 操作 |
|---|
--------------------------------end!-------------------------
不足指出,还请多指教!



