We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
switch (elem.method) { case 'case1': let tempData:LBSearchAreaResultInfo[] = elem.data || []; break; case 'case2': let tempData = 2; break; default: break; }
以上 报错 Cannot redeclare block-scoped variable 'tempData' Duplicate declaration "tempData"
Cannot redeclare block-scoped variable 'tempData'
Duplicate declaration "tempData"
Home