此response用于显示许多输入。但是不会读取值。
在我的html中,我添加了:
teller = {};
demo = [{
'id': 1
}, {
'id': 2
}];
在我的ts文件中,我添加了:
someKey<V>(object: { [key: string]: V }, predicate: (key: string) => boolean): boolean {
// ....
}
但出纳员仍为{}