浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

        File f=new File("/home/mlzboy/work/sh/taobao.html");
        String html=FileUtils.readFileToString(f,"UTF-8");
        File f2=new File("/home/mlzboy/work/sh/taobao2.html");
        String html2=FileUtils.readFileToString(f2,"UTF-8");
        logger.debug(html);
//        TaobaoPriceExtractor tpe=new TaobaoPriceExtractor();
//        System.out.println(TmallUtil.fetchPromotionPrice(html,300.0D).doubleValue());
//        System.out.println(TmallUtil.fetchPromotionPrice2(html2,300.0D).doubleValue());
//        Assert.assertEquals(158.72, TmallUtil.fetchPromotionPrice(html,300.0D).doubleValue(), 0);
//        Assert.assertEquals(158.72, TmallUtil.fetchPromotionPrice2(html2,300.0D).doubleValue(), 0);
//   

posted on 2012-05-02 11:58  lexus  阅读(332)  评论(0编辑  收藏  举报