jQuery动态添加<input type="file">
有时候需要在页面上允许用户上传多个文件,个数由用户自己决定,个数多了也可以删除,使用jQuery可以很简单的实现这个功能。先给大家展示下效果图:<!DOCTYPE html><html><head><title>test.html</title><meta http-equiv="content-type" content="text/html; charset=UTF-8"><...