三十九、python學習之Django框架(二):請求、URL路徑參數、查詢字符串、請求體(表單,非表單)、請求頭

一、請求 1.flask中,利用HTTP協議想服務器傳參的幾種途徑 1.1 提取URL的特定部分,可以在服務器端的路由中用正則表達式截取: 如:/weather/2018 //前端發送請求: $.ajax({ url:'http://www.baidu.com/weather/2018', type:'get', dataType:'json' }) .done(
相關文章
相關標籤/搜索