侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

input type=file为什么不能通过js来修改值的出处

2023-12-13 星期三 / 0 评论 / 0 点赞 / 24 阅读 / 419 字

给客户解释,为什么不能通过javascript来修改input type=file这个控件的值。 最终从微软的msdn上找到了。 https://msdn.microsoft.com/zh-cn/hh

给客户解释,为什么不能通过javascript来修改input type=file这个控件的值。

最终从微软的msdn上找到了。

https://msdn.microsoft.com/zh-cn/hh466236


input type=fileThe value, a file name, typed by the user into the control. Unlike other controls, this value is read-only.

广告 广告

评论区