公告
财富商城
积分规则
提问
发文
2020-12-08 13:32发布
Melony?
如题后台系统页面是jsp 使用了eazyui 框架
<input type = "file" id ="uoload"/>
点击选择资源窗口未出现。
加上name试试:<input type = "file" name="file" id ="uoload"/>
事件未触发吧,你可以在你的事件方法里加一个alert,看看能不能弹出来
你换个写法试试:
$(document).ready(function () { $('#uoload').filebox({ buttonText: '选择文件', buttonAlign: 'left' }) }); <input id="uoload" type="text" style="width:300px">
换家公司。问题解决。
--忘了之前怎么解决的了 -.-
最多设置5个标签!
加上name试试:<input type = "file" name="file" id ="uoload"/>
事件未触发吧,你可以在你的事件方法里加一个alert,看看能不能弹出来
你换个写法试试:
换家公司。问题解决。
--忘了之前怎么解决的了 -.-