我目前正在调试一个 Sharepoint 2010 网站,并在调试器遇到以下功能时遇到错误:
var thisUserID = $().SPServices.SPGetCurrentUser({
fieldName: "ID",
debug: false
});
错误是:
The value of the property '$' is null or undefined, not a Function object
所以我想知道(作为底部的用户也是如此)调用 $().SPServices.SPGetCurrentUser() 是否从 AD 或 SP 用户配置文件中提取数据?