%@ page contentType="text/html;charset=gb2312" %> <%@ page import="com.jetsum.lltj.SortCounter"%> <% String str1="集团成员"; String str2="武汉法雅园林绿化养护有限公司"; str1 = new String(str1.getBytes("gb2312"),"iso-8859-1"); str2 = new String(str2.getBytes("gb2312"),"iso-8859-1"); SortCounter.addNewCount(request.getRemoteAddr(),str1,str2); %>
|
||||||||||||||||||||||||