我是你妈

编程就好跟打游戏一样,各种攻略,各种副本,各种各种,有意思!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
String base_Url = request.getSession().getServletContext().getRealPath("/"); 
        String windows_path = "js\\weixin\\wxMenuTemplate.json";
        String linux_path = "js/weixin/wxMenuTemplate.json";
        String osName = System.getProperties().getProperty("os.name");
        String url = base_Url + (osName.equals("Window") ? windows_path : linux_path);
        log.info("=============generateMenu=====wxMenuTemplate.json url=================: "+url);
        //String tempUrl = "/home/application/tomcat11002-website/webapps/ROOT/js/weixin/wxMenuTemplate.json";
        String jsonStr=FileUtil.read(url,"UTF-8");

 

posted on 2015-02-12 15:27  杜兰德  阅读(347)  评论(0编辑  收藏  举报