# sbo **Repository Path**: jtyoui/sbo ## Basic Information - **Project Name**: sbo - **Description**: 爬取数博会信息 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: http://www.tyoui.cn - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-08 - **Last Updated**: 2021-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sbo #### 项目介绍 爬取数博会信息 #### 使用说明 public static void main(String args[]) { SBO sbo = new SBO(); String dic = "C:\\Users\\User\\Desktop\\"; try { sbo.writerMessage(sbo.getMessage(), dic + "sbo.txt", dic + "logo"); } catch (Exception e) { System.out.println(e.getMessage()); } }