有什么问题请到评论中发表<br> <!--# 特效来源:http://www.mb5u.com/jscode --> <!--把如下代码加入<body>区域中--> <table width=400 height=300 style=\"border: #333333; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px\" > <tr><td></td></tr></table> 或者在<head>加入css设置,新建一项: .bor{ border: #333333; border-style: dashed; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px } 然后在下面的table标记中加入class=\"bor\"即可