這段文字放在txt,另存為html格式后 選擇瀏覽器打開就可以看到老師的那個頁面的表格 ,由于字數(shù)限制我只寫
<html>
<body>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<table border="1">
<tr>
<th>第一行第一列</th>
<th>第一行第二列</th>
<th>第一行第三列</th>
<th>第一行第四列</th>
<th>第一行第五列</th>
</tr>
</table>
</body>
</html>
<html>
<body>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<table border="1">
<tr>
<th>第一行第一列</th>
<th>第一行第二列</th>
<th>第一行第三列</th>
<th>第一行第四列</th>
<th>第一行第五列</th>
</tr>
</table>
</body>
</html>
2019-02-21
火狐Firefox瀏覽器所有歷史版本下載地址
https://blog.csdn.net/djb1026/article/details/78673830
https://blog.csdn.net/djb1026/article/details/78673830
2018-12-23
java的class中 必須要有包名啊 報錯那是因為你的包不對啊 還刪掉 確實太費勁了 老師的經驗不夠吧
2018-12-05