<script>
	///自定义错误
    onerror=handleErr;
    function handleErr(msg,url,l)
    {
        var txt="";
        txt+="请检查选择的文件,页面错误信息: " + msg + "\n";
        layer.alert(txt, {
            icon: 5,
            time: 2000
        });
        return true
    }
</script>

最新文章

  1. IT干货
  2. fiddler 配置
  3. Android如何在java代码中设置margin
  4. MongoDB(索引及C#如何操作MongoDB)(转载)
  5. The CircuitCalculator.com Blog a blog with live web calculators Home About Policies Contact PCB
  6. 高仿精仿微信应用ios源码下载
  7. 自己设计的SSO登录流程图
  8. PHP文件夹操作
  9. 初探 spring data(一)--- spring data 概述
  10. File API文件操作之FileReader
  11. 计算机网络之IP地址
  12. Batch Normalization原理
  13. js操作对象
  14. POI操作Excel(xls、xlsx)
  15. node模块加载机制。
  16. vue中使用better-scroll实现滑动效果
  17. 【洛谷】【堆】P1801 黑匣子_NOI导刊2010提高(06)
  18. Asp.net Mvc 过滤器执行顺序
  19. php_memcahed 安装
  20. 使用Apache Jmeter进行并发压力测试

热门文章

  1. 从DataTable高效率导出数据到Excel
  2. Mac-O文件加载的全过程(一)
  3. day01 编程概述及计算机组成原理
  4. Extjs iconCls 的用法
  5. 【技术翻译】SIFT算子原理及其实现 (一)介绍
  6. adb 相关问题总结
  7. xmllint命令
  8. md5如何实现encodePassword加密方法
  9. java中BufferedReader 有什么用
  10. 【codeforces 747E】Comments