今天再做项目演示的时候,用的是ie浏览器报错404,项目都运行好久了,第一次用ie就这样了悲剧,贴下解决方法吧

function getContextPath() {
var pathName = document.location.pathname;
var index = pathName.substr(1).indexOf("/");
var result = pathName.substr(0,index+1);
return result;
} window.location.href=getContextPath()+"/jurisdiction/jumpAddAccessPath.action;

最新文章

  1. 阿里云安装LNMP以及更改网站文件和MySQL数据目录
  2. centos 7 安装mysql
  3. php之无限极分类
  4. Orchard Compact v1.7.2
  5. poj3295
  6. git subtree用法(转)
  7. css 自制一些小特效
  8. Ubuntu中,wxpython的TextCtrl引发的error:_pixman_log_error
  9. C#异步方法
  10. CentOS6.5配置 cron
  11. HTML5 播放器
  12. 转:The Difference Between a LayoutTransform and a RenderTransform
  13. SQL里执行CLR c#代码
  14. ConcurrentModificationException原因及排除
  15. JBPM使用方法、过程记录
  16. 加载ConversationListActivity以及延迟的使用
  17. 3223. 文艺平衡树【平衡树-splay】
  18. 超简单将Centos的yum源更换为国内的阿里云源
  19. 总结golang之map
  20. 系统管理命令之logname

热门文章

  1. 从String.valueOf(null)说起
  2. 【CTF杂项】常见文件文件头文件尾格式总结及各类文件头
  3. 初学Python——进程
  4. AI VGG16
  5. springboot 集成 jpa/hibernate
  6. 给大家推荐8个SpringBoot精选项目
  7. ASp.Net Mvc Core 重定向
  8. Linux Docker命令
  9. logstash grok内置规则
  10. Vue $nextTick 原理