1.创建与Key是否存在
create_dict (DictHandle)
* Key是否存在 存在:1 不存在:0
get_dict_param (DictHandle, 'key_exists', ['KeyName1','KeyName2'], KeysExists)
* Key数据类型 'tuple', 'object'
get_dict_param (DictHandle, 'key_data_type', 'KeyName1', KeyDataType)
2.读取
版权声明:本文为weixin_45875105原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。