var openDocObj = new ActiveXObject("SharePoint.OpenDocuments.1");//此方法可以实现在线编辑的功能,但是要如何监控到用户已经编辑完成openDocObj.EditDocument(lUrl+"./documents/sample.doc");
https://blog.csdn.net/Star_shaowei/article/details/78021250