标签: javascript html5 winjs
如何从WP 8.1获得许可?
Windows.System.UserProfile.UserInformation.nameAccessAllowed始终返回false。
Windows.System.UserProfile.UserInformation.nameAccessAllowed
Windows.System.UserProfile.UserInformation.getDisplayNameAsync().done(function (result) { // result is always empty name = result; });