【发布时间】:2021-07-16 10:45:02
【问题描述】:
我在 Workday 工作室中使用哈希图,如下所示:
props['Classification'] = parts[0].xpath('wd:All_Positions_group/wd:Classification')
props['HashValue'] = props['Classification']
props['HashKey'] = parts[0].xpath('wd:All_Positions_group/wd:Position_ID' )
props['position.hash.map'].put(props['HashKey'], props['HashValue'])
有没有办法在加载后显示/打印整个哈希图或数组?
【问题讨论】:
标签: hashmap workday-api