标签:业务 XML color func caml creat lse view art
var camlQuery={ ViewXml: "<View>\ <RowLimit>1</RowLimit> <Query> <Where> <IsNotNull><FieldRef Name=‘Title‘ /></IsNotNull> </Where> <OrderBy><FieldRef Name=‘Created‘ Ascending=‘false‘ /> </OrderBy> </Query> </View>" }; $pnp.sp.web.lists.getByTitle("Carton").getItemsByCAMLQuery(camlQuery).then(function (results) { //业务代码 })
标签:业务 XML color func caml creat lse view art
原文地址:https://www.cnblogs.com/learning-life/p/10489844.html