html代码
<img src="/img/zhengmian.png" class="file1">
<input type="file" id="file1" style="display:none;"/>
jq代码
//上传头像
$(function () {
$(".file1").click(function () {
$(this).siblings(‘#file1‘).click();
});
});
原文地址:https://www.cnblogs.com/zdzdbk/p/10158438.html
时间: 2024-11-05 21:54:40