Skip to content

Instantly share code, notes, and snippets.

@xiaoysh8
Created July 23, 2021 05:57
Show Gist options
  • Save xiaoysh8/189c20ec9f1f2acef1af3c6f43156fe4 to your computer and use it in GitHub Desktop.
Save xiaoysh8/189c20ec9f1f2acef1af3c6f43156fe4 to your computer and use it in GitHub Desktop.
chrome cut screen
打开你需要截图的网页,鼠标右键菜单选择“检查”,或按“F12键”打开“开发者工具”。
随后按快捷键 Ctrl + Shift + P
输入框输入“Capture”得到如下选项:(用上下键,选择)
capture area screenshot(鼠标自定义区域截图)
capture full size screenshot(完整页面的截图)
capture node screenshot(捕获节点屏幕截图,就原代码区域截图)
capture screenshot(当前屏幕显示区域截图)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment