2023年2月15日 星期三

json diff

diff <(jq -S . file1.json) <(jq -S . file2.json)

Save Web to PNG

方法1 Playwright npm install -g playwright npx playwright install-deps npx playwright install chromium npx playwright screenshot --full-page -...