python 經過web.py實現get和post接口

本文用於自我查看,因此只是將代碼和簡單解釋記錄下來:python #!/usr/bin/python #-*-coding:utf8-*- import web import sys,os FILE={ "test":"./test.txt" } class fileRead(object): def GET(self,name): return se
相關文章
相關標籤/搜索