前台这样的:
value=[]
for coach in coachs
if coach.Experience >a and coach.Experience<=b
value.push coach
$scope.coachs=value
$scope.totalCount=data.TotalCount
$scope.getCoachsByExperience(a,b)
报错:ReferenceError: a is not defined
然后现在报错是找不到:a,b
我的想法是点击1-3年就可以列出列表了
怎么把
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
??????????求大神