django項目簡單調取百度翻譯接口

1,建路由; 2,寫方法; def fanyi(request): import requests import json content = request.POST.get('content') try: if not content: res={'status':1,'info':'未輸入查詢內容'}
相關文章
相關標籤/搜索