首页>代码>javascript仿百度联想查询>/thinkpad/src/com/BaiduServlet.java
package com;

import java.io.IOException;

import javax.servlet.ServletException;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

import net.sf.json.JSONArray;

public class BaiduServlet extends HttpServlet 
{
	public void service(HttpServletRequest request, HttpServletResponse response)
		throws ServletException, IOException
	{
		try 
		{
		String name = request.getParameter("name");
		name=new String(name.getBytes("ISO-8859-1"),"utf-8"); 
		BaiduSuggestionUtil baiduSuggestionUtil = new BaiduSuggestionUtil();
		JSONArray jsonArray = baiduSuggestionUtil.getBaiduRelateWord(name);
		String result = jsonArray.toString();
		response.setContentType("text/json;charset=UTF-8");

			response.getWriter().write(result);
		} 
		catch (Exception e) 
		{            
			e.printStackTrace();        
		}

	}
}
最近下载更多
chenkaizhen  LV1 2021年11月26日
zhj7181  LV1 2021年7月4日
totcom  LV1 2021年3月3日
邈话12123  LV9 2020年10月29日
duke最拽  LV3 2020年10月22日
能不能不存在  LV13 2020年5月11日
kangran  LV1 2020年4月17日
wanminhang  LV12 2020年3月15日
3030617253  LV2 2019年11月30日
时空12580  LV13 2019年1月6日
最近浏览更多
1waxzsq212345  LV2 1月16日
fesfefe  LV13 2023年10月23日
tansuo阿郎  LV8 2022年11月16日
cikoola  LV1 2022年4月20日
icanbefit 2022年4月18日
暂无贡献等级
明月星  LV4 2022年4月14日
1306878374  LV13 2022年1月4日
free_q 2021年12月27日
暂无贡献等级
751948 2021年12月14日
暂无贡献等级
wadsad  LV1 2021年12月7日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友