我是C#的新手所以请温柔地对待我。
如何使用Xamarin和Parse.com获取插入对象的objectId
tmpList = []
for ele in y :
# take last element of the list and compare it with the current one
if len(tmpList) and tmpList[-1].split(" ")[0] == ele.split(" ")[0] :
continue
tmpList.append(ele)
y = tmpList
答案 0 :(得分:0)
保存完成后,应立即填充objectId
的{{1}}属性。