django项目简单调取百度翻译接口的方法 1,建路由;2,写方法;deffanyi(request):importrequestsimportjsoncontent=request.POST.get('content')try:ifnotco django接口