How to “correctly” check a property name against its' value?

前端 未结 0 1797
礼貌的吻别
礼貌的吻别 2020-12-21 19:33

I have the following User class:

export class User {
    public id: number;

    //Some basic information
    public email: string;
    public fi         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题