我正在尝试使用SharePoint2013中的客户端对象模型访问库的ID。但出现错误:Thepropertyorfield'Id'hasnotbeeninitialized.Ithasnotbeenrequestedortherequesthasnotbeenexecuted.Itmayneedtobeexplicitlyrequested.下面是我的代码:varcontext=SP.ClientContext.get_current();varweb=context.get_web();varitems=SP.ListOperation.Selection.getSelectedIt