You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

person.tsx 180 B

1234567891011
  1. interface IPerson {
  2. name: string;
  3. age: number;
  4. }
  5. function test(opt: IPerson) {
  6. let key: (keyof IPerson);
  7. for (key in opt) {
  8. console.log(opt[key]);
  9. }
  10. }

基于Vue的大屏可视化设计器,前后端一体化解决方案,几十种炫酷图表,支持多种数据来源接入,适用于大屏、低代码、BI场景,使用简单,代码完全开源。