<script>
function clp(){
return $("#File").click()
}
</script>
<button class = "clp" onclick = "clp()">clp</button>
<input type="file" id="File" style="display: none"/>
貌似是不能修改file
里面自带的内容的
file
的
opacity
设置成
0
,然后用
position:
absolute宽度;高度,覆盖在你想要的样式上,这样点击那个位置就相当于点击
file
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)