哈喽啊伙伴们本次我学习javaweb的(模糊查询&评论&include指令)好了我们废话不多说进入主题
一、模糊查询
代码如下(仅参考)
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK" />
<title>查找新闻--管理后台</title>
<link href="/Project01/css/admin.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="header">
<div id="welcome">欢迎使用新闻管理系统!</div>
<div id="nav">
<div id="logo">< img src="/Project01/images/logo.jpg" alt="新闻中国" /></div>
<div id="a_b01">< img src="/Project01/images/a_b01.gif" alt="" /></div>
</div>
</div>
<div id="admin_bar">
<div id="status">管理员: <%=request.getParameter("aa") %>      < a href=" ">退出</ a></div>
<div id="channel"> </div>
</div>
<div id="main">
<div i