params這個形參從哪里傳入
http[key] = async function(?
? ? ? params? ?=>? 這個參數(shù)是從哪里傳來的?
){
? ? ? ? console.log(params)? 獲取的時候是undefined
}
http[key] = async function(?
? ? ? params? ?=>? 這個參數(shù)是從哪里傳來的?
){
? ? ? ? console.log(params)? 獲取的時候是undefined
}
2019-11-25
舉報
2019-11-25
info? 是哪里的值