我想知道是否有任何API/函数可以用来检测office文档是否是只读的。我正在使用office.js库创建一个office外接程序。该文档以只读模式共享给其他用户。如果我使用以下属性,它将显示readWrite,但实际上文档处于只读模式。下面的属性没有帮助
var docMode = Office.context.document.mode; // did not work, it gives value of manifest filei
我对angular js在ie 11的工作有问题
TypeError:不允许在严格模式下分配只读属性,在Anonymous function (angular.js:7079:34) at Anonymousfunction(angular.js:7079:34)、enter code here at nodeLinkFn (angular.js:6677:13) at compositeLinkFn (angular.js:6071:13、publ