日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

h5給input元素type=file的對象賦值報錯

作者:Alex_designer 更新時間: 2022-04-05 編程語言

Failed to set the 'value' property on 'HTMLInputElement': This input element accepts a filename, which may only be programmatically set to the empty string

? <input type="file" class=" form-control hide" placeholder="文件地址" id="filePath" />

$("#filePath").val(path);

? type="file"? 標簽的類型為file只能手動選擇 不能程序設置值。? ?去掉$("#filePath").val(path);

原文鏈接:https://blog.csdn.net/m0_37622302/article/details/123031490

欄目分類
最近更新