国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術文章
文章詳情頁

angular.js - angular TypeError: Cannot read property ’id’ of undefined?

瀏覽:99日期:2024-09-28 11:53:53

問題描述

demo功能描述:在一個頁面中實現學生信息瀏覽的功能。首先,以列表的方式顯示全部學生的姓名;然后,當在列表單擊某個學生姓名時,進入改學生的詳細資料頁。顯示該學生的全部資料。5-7.html

<!DOCTYPE html><html lang='en' ng-app='a5_7'><head> <meta charset='UTF-8'> <title>Title</title> <script type='text/javascript' src='http://www.cgvv.com.cn/bower_components/angular/angular.min.js'></script> <script type='text/javascript' src='http://www.cgvv.com.cn/bower_components/angular-route/angular-route.min.js'></script> <style>body{ font-size:13px;}.show{ background-color:#cccccc; padding:8px; width:260px; margin:10px 0;} </style></head><body> <h1>瀏覽學生信息的主頁</h1><p ng-view></p></body><script type='text/javascript'>var a5_7 = angular.module(’a5_7’,[’ngRoute’]); a5_7.controller(’c5_7_1’,[’$scope’, function($scope){$scope.students = students; }]); a5_7.controller(’c5_7_2’,[’$scope’, function($scope,$routeParams){for(var i=0; i<students.length; i++){// console.log(students.student[i]); if(students[i].stuId == $routeParams.id){$scope.student = students[i];break; }} }]); a5_7.config([’$routeProvider’, function($routeProvider){$routeProvider.when(’/’,{ controller:’c5_7_1’, templateUrl:’5-7-1.html’}).when(’/view/:id’,{ controller:’c5_7_2’, templateUrl:’5-7-2.html’, publicAccess:true}).otherwise({ redirectTo:’/’}); }]); var students = [{ stuId:1000, name:’張明明’,sex:’女’,score:60},{ stuId:1001, name:’李清思’,sex:’女’,score:80},{ stuId:1002, name:’劉小華’,sex:’男’,score:90},{ stuId:1003, name:’陳總總’,sex:’男’,score:70} ]</script></html>

5-7-1.html

<p ng-repeat='stu in students' class='show'> <a href='http://www.cgvv.com.cn/wenda/14218.html#view/:id'>{{stu.name}}</a></p>

5-7-2.html

<p class='show'> <p>學號:{{student.stuId}}</p> <p>姓名:{{student.name}}</p> <p>性別:{{student.sex}}</p> <p>分數:{{student.score}}</p></p>

操作步驟:1.先打開5-7.html2.點擊學生姓名angular.js - angular TypeError: Cannot read property ’id’ of undefined?3.控制臺報錯:

angular.js - angular TypeError: Cannot read property ’id’ of undefined?

angular.js - angular TypeError: Cannot read property ’id’ of undefined?

這是什么原因導致的,會是這句的問題嗎?href='http://www.cgvv.com.cn/wenda/14218.html#view/:id'

問題解答

回答1:

a5_7.controller(’c5_7_2’,[’$scope’, function($scope,$routeParams){//沒有注入$routeParams

請更改為

a5_7.controller(’c5_7_2’,[’$scope’,’$routeParams’, function($scope,$routeParams){

相關文章:
主站蜘蛛池模板: 精品在线免费观看 | 欧美日韩一区二区三区四区在线观看 | 可以免费观看欧美一级毛片 | 国产在线a不卡免费视频 | 亚洲aⅴ男人的天堂在线观看 | 91久久精品国产一区二区 | 视频一区久久 | 国产在线精品一区二区三区 | 国产精品性视频免费播放 | 国产精品久久久久久免费 | 欧美成人免费网在线观看 | 国产精品手机在线观看 | 日韩在线欧美在线 | 手机看片福利在线 | 亚洲国产日韩欧美在线 | 永久免费不卡在线观看黄网站 | 亚洲自偷 | 亚洲欧美成人网 | 国产麻豆交换夫妇 | 亚洲精品一区二区三区四区 | 一级做a爱片特黄在线观看免费看 | 国产精品九九 | 最新国产精品视频免费看 | 91精品啪在线观看国产91九色 | 国产不卡a| 亚洲欧美在线免费 | 91天仙tv嫩模福利 | 国产网站免费视频 | 国产高颜值露脸在线观看 | 亚洲精品美女在线观看 | 免费人成网站免费看视频 | 欧美日本高清视频在线观看 | 国产高清在线精品一区二区 | 天天综合色一区二区三区 | 国产精品久久国产三级国电话系列 | 国产成人精品久久综合 | 亚洲成a人一区二区三区 | 免费观看性欧美一级 | 亚洲一区二区在线视频 | 99re5久久在热线播放 | 久久久久久久91精品免费观看 |