Created
January 15, 2021 02:29
-
-
Save imzhi/e13dbae712cb4b9f38161c0dd07774fb to your computer and use it in GitHub Desktop.
检查当前html内容是否匹配内容
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 在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