美文网首页
关于markdown的学习

关于markdown的学习

作者: 程序猿的小生活 | 来源:发表于2018-05-05 18:48 被阅读6次
    Tables Are Cool ------------
    col 3 is right-aligned $1600 -----------
    col 2 is centered $12 -------------
    zebra stripes are neat $1 ------------

    这里是引用

    <img src="d:/gzh.jpg"></img>

    public void test(){
    
    Hello hello = new Hello(); 
    
     hello.setAge("122");
    
     hello.setName("djsdj"); 
    
     hello.setSex("mail");                            
    
     Hello helloq = new Hello();
    
     hello1.setSex("hah");
    
     hello1.setAge("jjj");
    
     hello1.setName("fdf"); 
    
     Listlist =new ArrayList<>(); 
    
     list.add(hello);
    
     list.add(helloq);}
    

    <html>
    <table>
    <tr>
    <td>Foo</td>
    <td>Foo</td>
    <td>Foo</td>
    <td>Foo</td>
    </tr>
    </table>
    </html>

    相关文章

      网友评论

          本文标题:关于markdown的学习

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