undefined

    -2熱度

    2回答

    我已經(0)專家設置的默認值,當我檢查專家複選框,其在數據庫專家列節省1。但是當我不檢查那個盒子時,它會返回未定義索引的錯誤。

    0熱度

    3回答

    我的目標是動態設置,如姓名,隱蔽性和no_parent性能動態設置屬性,但它一直給我: TypeError: Cannot set property 'name' of undefined 即使我通過參數傳遞之前,將初始化scorcroot。 下面是代碼: adattamento: function(data) { var continua = true; var scorcf

    1熱度

    2回答

    晚上好。 從我訂閱的訂閱服務中檢索數據時遇到問題;我在訂閱功能中獲取數據,但在其外部是UNDEFINED; 這是代碼。 userservice.ts import { Injectable } from "@angular/core"; import { Http, Response, Headers } from "@angular/http"; import 'rxjs/Rx'; imp

    0熱度

    1回答

    我有一個窗體顯示新的輸入取決於用戶輸入的數字(例如:我輸入4,所以它會顯示4個新的輸入)。我試圖得到這些值,但控制檯帶來了未定義的值。當用戶鍵入的數量OS新的輸入創建 JS calcButton.addEventListener("click", function(event){ event.preventDefault(); var formData = getData(fo

    21熱度

    5回答

    我讀到JavaScript中的雙管道檢查變量是否是虛假的,而undefined是JavaScript中的一個虛假值,例如, It means that if the value is falsey (e.g. 0, "", null, undefined (see also All falsey values in JavaScript)), it will be treated as false

    -5熱度

    1回答

    我已閱讀Surprised that global variable has undefined value in JavaScript。 但我的問題是不同的,因爲我還沒有建立內部同一varible名字.. $(document).ready(function() { var all_ap; var url = "http://localhost/example/php-cod

    0熱度

    1回答

    有沒有辦法動態創建itemsAndPageableInfo對象,然後例如在視圖itemsAndPageableInfo.content打印? itemsAndPageableInfo : {}; this.itemService.getItems(0, 2) .subscribe(res => { this.itemsAndPageableInfo =

    1熱度

    1回答

    我在學習AngularJS的基礎知識,我無法弄清楚爲什麼這個Factory返回一個未定義的值。這是我第一次嘗試創建和了解工廠。我在網上和互聯網上看到了很多例子,但我找不到解決方案。 我想在工廠和每個不同的視圖中顯示的按鈕上創建一個字符串(顏色)的數組,以將一個字符串添加到數組。但工廠返回未定義,所以我不能將值注入控制器。 這是代碼。 的index.html <head> </head> <b

    0熱度

    1回答

    我還是個學習者。不僅在Ionic中,也在Angular中。 我已經寫了一些頁面,並希望爲每個頁面添加頁腳,用戶可以通過所有主頁進行切換。在寫完第二頁之後,我發現爲此提供服務會很好,因爲我再次使用了相同的方法。 這裏是我的服務看起來像現在: export class Navigation { public navCtrl: NavController; onLoadHome()

    0熱度

    1回答

    早上好, 我有以下問題: onSubmit(){ this.userService.getCandidate(this.candidate) .subscribe( (candidate) => { this.candidate2 = candidate; console.log(this.candidate2); this.na