File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
62
62
- *** .config** :config 文件是一种的通用配置文件,不同的程序可以根据不同的格式来存储配置信息。
63
63
- *** .ini** :ini 文件是某些平台或软件上的配置文件,以节(section)和键(key)构成,比如: Windows 操作系统、Mysql 配置等。
64
- - *** .json** :json(JavaScript Object Notation)是一种轻量级的数据交换格式,常见于 Restful 接口数据交互,以及 Mock 数据。
64
+ - *** .json** :json(JavaScript Object Notation)是一种轻量级的数据交换格式,常见于 RESTful 接口数据交互,以及 Mock 数据。
65
65
- *** .lua** :lua 是一种由标准 C 编写小巧的脚本文件,其设计目的是为了嵌入应用程序中,为应用程序提供灵活的扩展和定制功能。
66
66
- *** .properties** :properties 是一种 Java 中常见的配置文件,通过"键=值"的格式存储配置信息。
67
67
- *** .xml** :XML 是一种可扩展标记语言(EXtensible Markup Language),由 W3C 制定。
74
74
** 页面文件**
75
75
76
76
- *** .html** :HTML 文件是可以被多种网页浏览器读取,产生网页传递各类资讯的文件。
77
- - *** .js** :js 文件是使用 Javascript 语法编写的网页脚本文件。
77
+ - *** .js** :js 文件是使用 JavaScript 语法编写的网页脚本文件。
78
78
79
79
** 样式文件**
80
80
You can’t perform that action at this time.
0 commit comments