html - 在 Chrome 开发者工具中查看 html 表单中的 POST 内容

标签 html google-chrome developer-tools

提交一个非常简单的表单后:

<div id='submit_div' style="display: inline-block;">
  <form id='submit_form' method='post' action="http://localhost:28130/fusion">
    <input type='text' value='{ "eventType": "person_sopId", "badgeId" : 7, "sopId": 100 }'>
    <input type='submit' value="Submit">
  </form>
</div>

开发者工具栏中|网络|标题有很多可用信息:

enter image description here

但我没有找到 POST 正文:该正文可用/可查看吗?

更新这里是对评论的回应

enter image description here

最佳答案

帖子正文通常在您在同一选项卡中显示的信息下方可见。

它位于选项卡底部,显示为表单数据。

关于html - 在 Chrome 开发者工具中查看 html 表单中的 POST 内容,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60215515/

相关文章:

android - 确定适合网页设计的平板电脑浏览器分辨率

html - 如何定位 float 在其兄弟元素上方的元素

html - li 打印时没看到

javascript - 通过单击背景或空间来展开组空间

javascript - Web Speech API 在商业应用中的使用

javascript - 触发 chrome.browserAction.onClicked.addListener 时出现问题

javascript - 如何在浏览器中运行我的 nw-js 应用程序?

html - 使用 CSS 自定义 HTML 标签和属性的局限性

javascript - chrome.experimental.socket API速成类(class)?

Javascript 调试