所属分类:输入-上传
1. 创建构造函数
new ImgUpload("节点","宽度","高度","行高")
2. 自定义事件进行交互处理
$(document).on('change',".imgLog input",function(e){ //...... })