基于Python的新华字典api调用代码实例.doc_第1页
基于Python的新华字典api调用代码实例.doc_第2页
基于Python的新华字典api调用代码实例.doc_第3页
基于Python的新华字典api调用代码实例.doc_第4页
基于Python的新华字典api调用代码实例.doc_第5页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

基于Python的新华字典api调用代码实例接口描述:基于Python的新华字典api调用代码实例接口平台:聚合数据#!/usr/bin/python# -*- coding: utf-8 -*-import json, urllibfrom urllib import urlencode#-# 新华字典调用示例代码 聚合数据# 在线接口文档:/docs/156#-def main():#配置您申请的APPKeyappkey = *#1.根据汉字查询字典request1(appkey,GET)#2.汉字部首列表request2(appkey,GET)#3.汉字拼音列表request3(appkey,GET)#4.根据部首查询汉字request4(appkey,GET)#5.根据拼音查询汉字request5(appkey,GET)#6.根据id查询汉字完整信息request6(appkey,GET)#根据汉字查询字典def request1(appkey, m=GET):url = /xhzd/queryparams = word : , #填写需要查询的汉字,UTF8 urlencode编码key : appkey, #应用APPKEY(应用详细页查询)dtype : , #返回数据的格式,xml或json,默认jsonparams = urlencode(params)if m =GET:f = urllib.urlopen(%s?%s % (url, params)else:f = urllib.urlopen(url, params)content = f.read()res = json.loads(content)if res:error_code = reserror_codeif error_code = 0:#成功请求print resresultelse:print %s:%s % (reserror_code,resreason)else:print request api error#汉字部首列表def request2(appkey, m=GET):url = /xhzd/bushouparams = key : appkey, #应用APPKEY(应用详细页查询)dtype : , #返回数据的格式,xml或json,默认jsonparams = urlencode(params)if m =GET:f = urllib.urlopen(%s?%s % (url, params)else:f = urllib.urlopen(url, params)content = f.read()res = json.loads(content)if res:error_code = reserror_codeif error_code = 0:#成功请求print resresultelse:print %s:%s % (reserror_code,resreason)else:print request api error#汉字拼音列表def request3(appkey, m=GET):url = /xhzd/pinyinparams = key : appkey, #应用APPKEY(应用详细页查询)dtype : , #返回数据的格式,xml或json,默认jsonparams = urlencode(params)if m =GET:f = urllib.urlopen(%s?%s % (url, params)else:f = urllib.urlopen(url, params)content = f.read()res = json.loads(content)if res:error_code = reserror_codeif error_code = 0:#成功请求print resresultelse:print %s:%s % (reserror_code,resreason)else:print request api error#根据部首查询汉字def request4(appkey, m=GET):url = /xhzd/querybsparams = word : , #填写需要查询的汉字部首,UTF8 urlencode编码key : appkey, #应用APPKEY(应用详细页查询)dtype : , #返回数据的格式,xml或json,默认jsonpage : , #页数,默认1pageszie : , #每页返回条数,默认10 最大50isjijie : , #是否显示简解,1显示 0不显示 默认1isxiangjie : , #是否显示详解,1显示 0不显示 默认1params = urlencode(params)if m =GET:f = urllib.urlopen(%s?%s % (url, params)else:f = urllib.urlopen(url, params)content = f.read()res = json.loads(content)if res:error_code = reserror_codeif error_code = 0:#成功请求print resresultelse:print %s:%s % (reserror_code,resreason)else:print request api error#根据拼音查询汉字def request5(appkey, m=GET):url = /xhzd/querypyparams = word : , #填写需要查询的拼音key : appkey, #应用APPKEY(应用详细页查询)dtype : , #返回数据的格式,xml或json,默认jsonpage : , #页数,默认1pageszie : , #每页返回条数,默认10 最大50isjijie : , #是否显示简解,1显示 0不显示 默认1isxiangjie : , #是否显示详解,1显示 0不显示 默认1params = urlencode(params)if m =GET:f = urllib.urlopen(%s?%s % (url, params)else:f = urllib.urlopen(url, params)content = f.read()res = json.loads(content)if res:error_code = reserror_codeif error_code = 0:#成功请求print resresultelse:print %s:%s % (reserror_code,resreason)else:print request api error#根据id查询汉字完整信息def request6(appkey, m=GET):url = /xhzd/queryidparams = word : , #填写需要查询的汉字idkey : appkey, #应用APPKEY(应用详细页查询)dtype : , #返回数据的格式,xml或json,默认jsonparams = urlencode(params)if m =GET:f = urllib.urlopen(%s?%s % (url, params)else:f = urllib.urlopen(url, params)content = f.read()res = json.loads(cont

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论