国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-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){

相關文章:
主站蜘蛛池模板: 日韩加勒比在线 | 2019天天操天天干天天透 | 国产精品亚洲欧美 | 欧美午夜网 | 亚洲日本视频 | 两性免费视频 | 国产99精品一区二区三区免费 | 国产精品分类视频分类一区 | 亚洲第5页 | 亚洲综合小视频 | 黄色美女网站在线观看 | 国产精品久久毛片蜜月 | 欧美午夜免费毛片a级 | 成人深夜福利在线播放不卡 | 二级黄的全免费视频 | 日韩美女免费线视频 | 手机在线播放视频 | 女人张开腿给人桶免费视频 | 黄色a毛片| 美女与男人对肌免费网站 | 精品无码三级在线观看视频 | 13一14周岁毛片免费 | 国产美女白丝袜精品_a不卡 | 欧美一级爱操视频 | 日本午夜人成免费视频 | 久草在线新视频 | 国产高清视频a在线大全 | 精品欧美日韩一区二区 | 国产乱子伦真实china | 一区二区三区免费视频网站 | 在线成人毛片 | a国产视频| 日韩在线1| 国产高清在线精品一区二区 | 一区二区精品视频 | 国产精品欧美一区二区在线看 | 日韩一区三区 | 网站午夜 | 欧美精品片在线观看网站 | 日本国产最新一区二区三区 | 精品欧美一区二区在线观看欧美熟 |