请问一下 在JSP 页面中
<meta name="description" content="This page is about the meaning of science, education,culture.">
<meta name ="keywords" content="science, education,culture,politics,ecnomics,relationships, entertaiment, human">
等是怎么样实现的
能大体说下就可以了
------解决方案--------------------
你提的内容对JSP来说是普通的文本,服务器端不做处理,直接按客户端要求的格式输出
------解决方案--------------------
------解决方案--------------------
JSP 中 你从数据库取数据记录,直接把字段内容 out 输出就可以了。