⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bbs.jsp

📁 简单实现的商品购物系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=GB2312" %>

<html>
<head>
<title>顾客评论
</title>
</head>
<body bgcolor="#ffffff">


<table border=1 width=99% height=95% cellpadding=0 cellspacing=0 style="border-collapse:collapse" bordercolor=#0099cc>
<tr>
<td valign=top>
<img src="image/mcart.gif" border=0 width=470 height=35>
<table border="1" width=93% align=center  background="background/1.gif">
  <tr>
    <td>
<table border=1 style="border-collapse:collapse;" align=center width=100% cellpadding=0 cellspacing=0 bordercolor=#6a7f8a >
	<tr>
        <td height=20 width=20% align=center><font size=2>用户名</font></td>
		<td width=60% align=center><font size=2>评论内容</font></td>
		<td width=20% align=center><font size=2> 提交日期</font></td>
	</tr>
  </table>
  </td>
  </tr>
</table>
<table border=1 style="border-collapse:collapse" bordercolor=#6a7f9a
  cellspacing=2 align=center width="93%">
<tr>
	<td height=20 width=20% align=center><font size=2>用户名</font></td>
	<td width=60% align=center><font size=2>评论内容</font></td>
	<td width=20% align=center><font size=2> 提交日期</font></td>
</tr>
</table>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -