4cadbaf
1
2
3
4
5
6
7
8
9
10
11
/** * @Constructor * @desc 配置文件 * @class 什么也不返回 */ function Test(conf) { // do something; }