>[info]用于設置小程序的狀態欄、導航條、標題、窗口背景色。

如 app.json :注:HexColor(十六進制顏色值),如"#ff00ff"
~~~
{
"window":{
"navigationBarBackgroundColor": "#ffffff",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "微信接口功能演示",
"backgroundColor": "#eeeeee",
"backgroundTextStyle": "light"
}
}
~~~
<center>

</center>