标签:func htm logs code put splay tle click blog
html:
<a id="js-load-diagram" title="导入BPMN文件" onclick="bpmnFile.click()"> 上传文件 <input type="file" id="bpmnFile" style="display:none"> </a>
js:
$(‘#bpmnFile‘).on(‘change‘, function (e) { });
上传文件 隐藏input type="file",用其它标签实现
标签:func htm logs code put splay tle click blog
原文地址:http://www.cnblogs.com/wenxiangxu/p/7609873.html