以文本方式查看主题 - Foxtable(狐表) (http://foxtable.com/bbs/index.asp) -- 专家坐堂 (http://foxtable.com/bbs/list.asp?boardid=2) ---- 同一个函数能返回两个字典吗? (http://foxtable.com/bbs/dispbbs.asp?boardid=2&id=161324) |
-- 作者:kgdce -- 发布时间:2021/3/13 11:12:00 -- 同一个函数能返回两个字典吗? 函数能返回 两个字典吗?如第一个字典为 dim zd1 as new dictionary(of string,string),另一个字典为dim zd2 as new dictionary(of string,single) |
-- 作者:有点蓝 -- 发布时间:2021/3/13 12:07:00 -- 作为数组返回 return {zd1,zd2} [此贴子已经被作者于2021/3/13 12:06:55编辑过]
|