( )文件用来对微信小程序进行全局配置。
A: app.js
B: app.json
C: index.json
D: index.js
A: app.js
B: app.json
C: index.json
D: index.js
举一反三
- 【单选题】()文件用来对微信小程序进行全局配置。 A. index.json B. app.json C. index.js D. app.js
- app.json 文件用来对微信小程序进行全局配置,文件内容为一个JSON 对象,其主要功能为配置页面路径、配置窗口表现、配置标签导航、配置网络超时、配置debug 模式。
- 在微信小程序中,每个页面由wxml、wxss、js和json文件组成,其中wxml和js文件必须存在,wxss和json文件可以省略
- 小程序根目录下的 app.json 文件用来对微信小程序进行全局配置,其配置项包括()。
- 小程序目录结构中,配置完成app.json文件中的"pages":[pages/index/index]字段,自动生成的页面文件有() A: index.wxml B: index.wxss C: index.js D: index.json