zoukankan      html  css  js  c++  java
  • Office 365 共享链接直接进入编辑

    首先在Word online共享文档(不多赘述)

    但这个链接打开的是预览视图,要点击右上角的"在浏览器中编辑"才能真正编辑。

    但是很多情况都是没必要进入这个预览界面再编辑的。这多点一下等待响应的时间可不止一秒呢!有这时间还不如拿去...(误)。但是在设置共享的时候四处找找也没看到直接共享可编辑链接的选项。于是只能自己动手了。

    发现点开后的链接重定向为了:https://sloremipsumdolorsity.sharepoint.com/personal/xiloremipsumdolorsitn/_layouts/15/WopiFrame.aspx?docid=loremipsumdolorsit&authkey=loremipsumdolorsit&action=view

    注意到最后一个参数action,既然有view 应该就有edit吧,试试之后发现果然猜对了。所以让Office 365 共享链接直接进入编辑的方法就是在从共享设置里复制出来的地址(如:https://sloremipsumdolorsity.sharepoint.com/personal/xiloremipsumdolorsitn/_layouts/15/WopiFrame.aspx?docid=loremipsumdolorsit&authkey=loremipsumdolorsit)后加上action参数,值设为edit。最终也就是类似于“https://sloremipsumdolorsity.sharepoint.com/personal/xiloremipsumdolorsitn/_layouts/15/WopiFrame.aspx?docid=loremipsumdolorsit&authkey=loremipsumdolorsit&action=edit”的网址。就可以直接进入编辑页啦!

  • 相关阅读:
    使用Astah画UML类图经验总结
    Qt的四个常见的图像叠加模式
    获取Linux时间函数
    DBus学习网站
    线程属性pthread_attr_t简介
    Secure CRT 自动记录日志log配置
    MySQL的group_concat()函数合并多行数据
    MySQL的Limit详解
    异步查询json传日期格式到前台,变成了时间戳的格式
    启动studio报错Gradle error
  • 原文地址:https://www.cnblogs.com/philip/p/7153248.html
Copyright © 2011-2022 走看看