1

我目前正在调试一个 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 用户配置文件中提取数据?

4

1 回答 1

2

据我所知,它从 Active Directory 而不是用户配置文件中提取信息,我已经对其进行了尝试和测试。有时它确实表现得很奇怪。

于 2013-02-12T10:59:14.483 回答