使用 JavaScript 访问普通 HTML 页面中的 Sharepoint 列表数据
我正在尝试创建一个简单的 HTML 页面,我想在其中显示 SharePoint 列表中的项目列表。基本上我的 JavaScript 必须从 SharePoint 列表中提取数据并显示在 HTML 页面中。
我尝试了互联网上的一些示例,但没有任何效果。谁能有这方面的样本吗?请帮助我实现这一点。
I am trying to create a simple HTML page where i wanted to display a list of items from a SharePoint list. Basically my JavaScript has to pull the data from SharePoint list and display in HTML page.
I have tried some sample from internet, nothing worked. Can anybody have any samples on this. Please help me to implement this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用 Sharepoint WebService 的 jQuery 库
You can use jQuery Library for Sharepoint WebService