帮帮我,系统框架已完成,是否进行下面的工作,取决于
此问题的解决。已知的无效方法:
1. String x=new String(s.getBytes(froenc),toenc); froenc,toenc={"8859_1","GBK","unicode","UTF8","UTF-24"}
交叉循环付值,结果只有 new String(s.getBytes("GBK"),"UTF8") 
有效,但有时结果为空,如网页数据为“删除”时可以;为“箱”
时不可以;2. javac -encoding 8859_1 ...
   in *.jsp : <%@ page contentType="text/html"%>