美文网首页
HttpReponse/render/render_to_res

HttpReponse/render/render_to_res

作者: 玄月府的小妖在debug | 来源:发表于2016-06-17 11:04 被阅读2193次

直接上例子
render_to_response('weibologin/login.html', {'current_time': datetime.now(),'error':error1})
render(request, 'search.html', {'current_time': datetime.now()})
HttpReponse返回的直接是内容
HttpResponse(0)或HttpResponse(station_collection, content_type='application/json; charset=utf-8')

相关文章

网友评论

      本文标题:HttpReponse/render/render_to_res

      本文链接:https://www.haomeiwen.com/subject/ckkvdttx.html