( )文件用来对微信小程序进行全局配置。
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,B
举一反三
- 【单选题】()文件用来对微信小程序进行全局配置。 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
内容
- 0
微信小程序的开发过程中,美化页面的文件是() A: wxss文件 B: js文件 C: json文件 D: wxml文件
- 1
在微信小程序中CSS样式所在文件的后缀为 A: .js B: .json C: .wxss D: .css
- 2
在小程序中,index页面样式在( )文件中进行定义? A: index.wxml B: index.wxss C: index.js D: index.json
- 3
微信小程序的页面结构配置中,index.json文件高于app.json文件的级别
- 4
在微信小程序中,每个页面由 wxml 、 wxss 、 js 和 json 文件组成,其中____文件和____文件可以省略。