码迷,mamicode.com
首页 > 其他好文 > 详细

提交数据

时间:2018-07-18 00:33:43      阅读:158      评论:0      收藏:0      [点我收藏+]

标签:header   log   from   数据   post   ade   head   name   span   

import {Http,Jsonp,Headers} from "@angular/http";

private headers = new Headers({‘Content-Type‘: ‘application/json‘});

this.http.post(‘http://localhost:8008/api/test‘,
JSON.stringify({username: ‘admin‘}), {headers:this.headers})
.subscribe(function(res){
  console.log(res.json());
});

提交数据

标签:header   log   from   数据   post   ade   head   name   span   

原文地址:https://www.cnblogs.com/yuyedaocao/p/9326786.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!