Hello Markdown001

2016-09-21  本文已影响0人  TestLzj001
public class TestTimer {
    public static void main(String[] args) {
        Timer timer = new Timer();
        timer.schedule(new TimerTask(){
            public void run() {
                System.out.println(System.currentTimeMillis());
            }
        }, 1000, 1000);
    }
}
Tables Are Cool
col 3 is right-aligned $1600
col 2 is centered $12
zebra stripes are neat $1

春晓 孟浩然

春眠不觉晓,处处闻啼鸟。
夜来风雨声,花落知多少?


sdfgsfdg

  1. 文本1
  2. 文本2
  3. 文本3

新地址新地址
百度一下

一级标题

二级标题

三级标题

四级标题

五级标题
六级标题

用两个 * 包含一段文本就是粗体的语法,用一个* 包含一段文本就是斜体的语法

上一篇下一篇

猜你喜欢

热点阅读