代码如下:
{
"pages": [
"pages/index/index"
],
"window": {
"backgroundTextStyle": "light",
"navigationBarBackgroundColor": "#fff",
"navigationBarTitleText": "WeChat",
"navigationBarTextStyle": "black"
},
}
出错如下:
undefined
Expecting 'STRING', got }
8 | "navigationBarTitleText": "WeChat",
9 | "navigationBarTextStyle": "black"
> 10 | },
| ^
11 | }
12 |
请问这个哪里有问题呀?
下面没有新的配置信息就不要加逗号
不然编译器认为你没写完
非常感谢
这里不能由逗号
非常感谢
我的错误如下,如何解决呢?
Error: Expecting 'STRING','NUMBER','NULL','TRUE','FALSE','{','[', got INVALID
1 | {
2 | "pages": [
3 | "pages/index/index"
要学会看报错信息 报错提示很明显的
嗯,谢谢!第一次接触编程,自学的,以后请多指教
嘻嘻