必须通过 nodejs 向 MSOneNote 创建页面发送 REST API 请求。如何设置内容类型“multipart/form-data;boundary=NewPart”的正文
这是我的请求正文样本
--NewPart
Content-Disposition: form-data; name="Presentation"
Content-Type: application/xhtml+xml
<?xml version="1.0" encoding="utf-8" ?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us">
<head>
<title>Page from OneNote API console</title>
<meta name="created" content="2014-03-17T09:00:00-08:00" />
</head>
<body>
<h1>HTML sample block</h1>
<h2>The basics</h2>
<p>For the most part, try to keep the HTML simple, and be
sure to properly close all tags.</p>
</body>
</html>
--NewPart--
.
任何人都可以帮助我如何通过javascript代码为REST API请求设置正文。我尝试通过将部件附加到列表中