描述:
返回当前dfx文件的参数名列表
语法:
arguments( )
备注:
返回值:
序列
示例:
A
1
=arg1+" world!"
2
=arg2+88
3
=arguments()
返回当前dfx文件的参数名序列