angularjs怎么实现页面间值的传递
2个回答
展开全部
extjs传参和用什么语言做后台处理没关系,用以下方法传值过去,然后用相应语言接收参数的方法正常接收就行了,
1.ajax方法传值:
Ext.Ajax.request(
1.ajax方法传值:
Ext.Ajax.request(
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐于2017-09-22
展开全部
代码如下
$scope.scrolltoindex = function(target){
$location.url('/');
mid = target.getAttribute('mid');
var old = $location.hash();
$location.hash(mid);
$anchorScroll();
$location.hash(old);
};
$scope.scrolltoindex = function(target){
$location.url('/');
mid = target.getAttribute('mid');
var old = $location.hash();
$location.hash(mid);
$anchorScroll();
$location.hash(old);
};
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询