將 <td><%=rs("Content")%></td>更換為
<td><%=mid(rs("Content"),1,400)%></td>
其實和
<td><%=left(rs("Content"),400)%></td>
效果壹樣,意思是從第壹個字符開始截取200個字符輸出