Sharepoint客户端对象模型效率问题!client.Load(Item);client.Load(Item,item=>item.Fields);哪个效率高?[解决办法]单单从item 上来说 第二个。原因:有范围。从代码上来说 还是第二个。