苏飞论坛

标题: 专利查询例子(http://www.pss-system.gov.cn/sipopublicsearch) [打印本页]

作者: 站长苏飞    时间: 2015-2-2 17:25
标题: 专利查询例子(http://www.pss-system.gov.cn/sipopublicsearch)
http://www.pss-system.gov.cn/sip ... teSmartSearch.shtml

代码很简单只需要简单配置就行了
[C#] 纯文本查看 复制代码
            HttpHelper http = new HttpHelper();
            HttpItem item = new HttpItem()
            {
                URL = "http://www.pss-system.gov.cn/sipopublicsearch/search/smartSearch-executeSmartSearch.shtml",//URL     必需项   
                Method = "post",//URL     可选项 默认为Get
                Postdata = "searchCondition.searchExp=发动机&searchCondition.dbId=VDB&searchCondition.searchType=Sino_foreign&wee.bizlog.modulelevel=0200101",//Post数据     可选项GET时不需要写
                ContentType = "application/x-www-form-urlencoded",//返回类型    可选项有默认值
            };
            HttpResult result = http.GetHtml(item);
            string html = result.Html;
            string cookie = result.Cookie;


有兴趣的可以看看





作者: 水手    时间: 2015-2-2 21:20
强烈支持楼主ing……
作者: Cheungnotes    时间: 2015-2-2 22:51
感谢您的无私奉献,真是帮了我的大忙了
作者: mymisty    时间: 2015-3-1 11:43
留个脚印表示我来过!
作者: yunyong521    时间: 2015-5-7 11:42
强烈支持楼主ing……




欢迎光临 苏飞论坛 (http://www.sufeinet.com/) Powered by Discuz! X3.4