Skip to content

Instantly share code, notes, and snippets.

@imzhi
Created January 15, 2021 02:29
Show Gist options
  • Save imzhi/e13dbae712cb4b9f38161c0dd07774fb to your computer and use it in GitHub Desktop.
Save imzhi/e13dbae712cb4b9f38161c0dd07774fb to your computer and use it in GitHub Desktop.
检查当前html内容是否匹配内容
// 在chrome console输入以下语句
tstr = document.body.innerText
tpat = /|||||||||||||||||||/g
tstr.match(tpat)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment