首页
Java
登录
6mi
u
盘
搜
搜 索
Java
http请求
http请求
xiaoxiao
2021-02-28
41
$http({
method:'GET',
url:"js/NewWork.json"
}).then(function success(response){
$scope.datas=response.data;
},function error(response){
});
转载请注明原文地址: https://www.6miu.com/read-2632497.html
技术
最新回复
(
0
)