2016-06-21 43 views

回答

1

您不能包含MP4文件(您可以将其包含为附件),但是您可以通过使用POST〜/页面在OneNote中通过OneNote API在OneNote中包含来自youtube的嵌入视频,包括:

<html> 
    <head> 
     <title>This page will contain a video!</title> 
    </head> 
    <body> 
     <iframe data-original-src= "https://www.youtube.com/watch?v=h07qZLLQc4I", width="280" height="280"/> 
    </body> 
</html>