JavaScript 把一個函數做爲另外一個函數的參數

咱們知道JavaScript函數是能夠接受參數的函數 例如:spa var abc = "just a test!"; function test(temp){ console. log( temp); } test(abc);ip 執行以後輸出: just a test! io 這裏咱們把一個變量abc 做爲了函數 test() 的參數,最後輸出了變量的值;console 那麼函數也能夠做爲另外
相關文章
相關標籤/搜索