Typescript中的typeof数组是Object

时间:2017-07-04 18:44:01

标签: angular typescript

我的代码如下:

export class HomePage {
  userFavoriteSongs: string[] = [];
  constructor() {console.log(typeof this.userFavoriteSongs)}
}

为什么typeof userFavoriteSongs是一个对象?

0 个答案:

没有答案