关于markdown的学习

2018-05-05  本文已影响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>

上一篇 下一篇

猜你喜欢

热点阅读