Python實現簡單的API接口

get方法 代碼實現 # coding:utf-8 import json from urlparse import parse_qs from wsgiref.simple_server import make_server # 定義函數,參數是函數的兩個參數,都是python自己定義的,默認就好了。 def application(environ, start_response):
相關文章
相關標籤/搜索