jsp上面简单的FCK
谁有关于jsp方面的fck啊 谢谢大家来 只要简单的就行了
好比在csdn上面回复时 看到的的 "回复内容" 下面的一行 不要太多的格式
邮箱 mustvictory@126.com 要是能够发个java方面的demo给我就好了
谢谢大家
剩下的84全部先给大家
顶顶
谢谢大家
相关问答:
HTML code:
<%@ page contentType="text/html; charset=GBK" language="java"%>
<%@ page import="java.io.*"%>
<html>
<body>
<form name=" ......
<%@ page contentType = "text/html;charset =gb2312"%>
<%!
public String codeToString(String str)
{
String s =str;
&nbs ......
包括参数
String path = request.getContextPath();
String basePath = request.getScheme() + "://"+ request.getServerName() + ":" + request.getServerPort()+ path + "/"; ......
Java code:
if(request.getAttribute("top")==null){
request.setAttribute("top","1");
}
String topS=(String)request.getAttribute("top");
top=Integer.pa ......
我的开发的平台是Myeclipes6.0 + tomcat5.x + mysql
我所有的编码方式都是用的UTF-8
我只用了Strtus框架
在一个form中如下用的是post的提交方式:
<form class="form" action=&quo ......