我正在尝试使用 XFBML 显示 Facebook 用户的个人资料图片。我正在使用以下代码:
var container = document.getElementById("profilePicture");
var profilePic = new FB.XFBML.ProfilePic(container);
//profilePic.setAttribute("uid", userId);
FB.XFBML.Host.addElement(profilePic);
如何设置元素的uid属性?(注释行不起作用)