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>