在开发React Webpart时,我想添加属性窗格值,在这里我可以使用https://sample.sharepoint.com/sites/Dev/Lists/emp/AllItems.aspx
使用这样的URL。我该怎么办?
正在考虑使用JS函数:在这里我可以实现类似的功能。
https://sample.sharepoint.com/sites/Dev/_api/Web/lists/getbytitle('emp')/项`
https://sample.sharepoint.com/sites/Dev/Lists/emp/AllItems.aspx
通过上面的链接,我想形成另一个读取值并将其传递给另一个URL。
就像我想阅读第一部分https://sample.sharepoint.com/sites/Dev 然后要读取emp和该URL中的值。
预期网址:
https://sample.sharepoint.com/sites/Dev/_api/Web/lists/getbytitle('emp')/items