jquery實現點擊預覽圖片

<img src="" style="width: 200px;height: 300px;" id="image"> <label for="fs"> <input type="file" name="fs" style="display: block;" id="f"> $('#image').click(()=>{ $('#f').click(); }) $('#f').chan
相關文章
相關標籤/搜索