摘要:
<input type="file" class="file" multiple> <img src="" alt="" id="img"> <script> /*获取到了文件表单元素*/ var file = document.querySelector('.file'); /*选择文件后触发*/ 阅读全文
摘要:
<p class="tips"></p> <p>事件绑定方法</p> <script src="jquery.min.js"></script> <script> // 通过window.navigator.onLine可以返回当前的网络状态 alert(window.navigator.onLin 阅读全文