标签: sharepoint sharepoint-2013 sharepoint-online sharepoint-designer sharepoint-jsom
/ *以相同的方式,我需要从查找列中获取值,该列由另一个列表中的多个列组成为变量* / url:_spPageContextInfo.webAbsoluteUrl +“ / _api / web / lists / getByTitle('Cities')/ items?$ select = Country / Title&$ expand = Country / Title”,
答案 0 :(得分:0)
希望您在data.d.results中得到结果。
person