%% Automatic generation from -->>
|
|
%% excel file name : A_array表示例--cfg_array
|
|
%% excel sheet name : +example3
|
|
|
|
-module(cfg_array_example3).
|
|
|
|
-compile(export_all).
|
|
|
|
%% 演示
|
|
get('level') ->
|
|
"啦啦啦!!!";
|
|
|
|
get(_) ->
|
|
undefined.
|