执行:
PS D:\software> & '.\右键powershell 7 install.ps1' flat
42行报错:
ParserError: D:\software\右键powershell 7 install.ps1:42
Line |
42 | … script type="application/json" id="client-env">{"locale":"en","featur …
| ~~~~~
| Unexpected token ':"en"' in expression or statement.
是不是需要把en改为zh呢?
执行:
PS D:\software> & '.\右键powershell 7 install.ps1' flat
42行报错:
ParserError: D:\software\右键powershell 7 install.ps1:42
Line |
42 | … script type="application/json" id="client-env">{"locale":"en","featur …
| ~~~~~
| Unexpected token ':"en"' in expression or statement.
是不是需要把en改为zh呢?