package com.usc.main; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import com.usc.option.OptionClass; /** * @author 作者:Sky_in_night * @date 创建时间:2018年2月15日 下午10:07:01 * @ProjectName 项目名称:HappyNewYear * @FileName 文件名称:.Main.java * */ public class Main { public static void main(String[] args) throws IOException { @SuppressWarnings("resource") BufferedReader bfBufferedReader = new BufferedReader( new FileReader(new File("data/properties/content.properties"))); OptionClass.showText(bfBufferedReader.readLine().toString()); } }

阿远远 LV8
2019年12月12日
simple丶余心 LV21
2019年10月30日
dengss LV11
2019年5月10日
ZKsrw丶 LV4
2018年10月28日
caiyingwenwang LV18
2018年8月16日
陌上花开AAA LV4
2018年7月11日
Dvvvv123qwe LV6
2018年7月3日
hongdalao LV1
2018年5月4日
1165343269 LV1
2018年4月21日
yangbiao LV5
2018年4月13日