%@ page contentType=“text/html;charset=gb2312”%> <%! public String getStr(String str){ try{String temp_p=str; byte[] temp_t=temp_p.getBytes(“ISO8859-1”); String temp=new String(temp_t); return temp; } catch(Exception e){ } return “NULL”; } %> <%--http://www.cndes.com测试--%> <% String keyword=“创联网络技术中心欢迎您的到来”; String keyword1=request.getParameter(“keyword1”); keyword1=getStr(keyword1); out.print(keyword); out.print(keyword1); %>
如果您对我们的产品或服务有任何需要,请留下您的信息,
我们会尽快与您联系,谢谢!