标签: javascript jquery html
目前,我正在使用Chrome浏览器,我想从输入标签获取路径文件,我使用如下代码:
$('input[type=file]').val() //C:\fakepath\test.csv
但结果并不像我期望的那样。 请帮我解决一下。感谢