对于一些简单的接口需求可以使用python自带的BaseHTTPServer 模块来实现,下面是一个get和post的例子#!/usr/bin/python #coding=utf-8 import json ...
確定! 回上一頁