HTML+js+css实现点击图片弹出上传文件窗口的两种思路
第一种:CSS实现 .fileInputContainer{ height:256px; background:url(upfile.png); position:relative; width: 256px; } .fileInput{ height:256px