美文网首页
Hello Markdown001

Hello Markdown001

作者: TestLzj001 | 来源:发表于2016-09-21 15:11 被阅读0次
    • 文本1
    • 文本2
    • 文本3
      1.文本1
      2.文本1
      3.文本1
      打算发斯蒂芬System.out.println(System.currentTimeMillis());阿斯顿发斯蒂芬
    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

    春晓 孟浩然

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

    • 文本1
    • 文本2

    sdfgsfdg

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

    新地址新地址
    百度一下

    一级标题

    二级标题

    三级标题

    四级标题

    五级标题
    六级标题

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

    相关文章

      网友评论

          本文标题:Hello Markdown001

          本文链接:https://www.haomeiwen.com/subject/nvsaettx.html