零宽度空格应用

1.字符插入零度空格网站

1.hidden-word(github): https://hidden-word.top/

2.zero-width-web(github): https://yuanfux.github.io/zero-width-web/

3.zero-width-secret(www.hanloth.cn): https://www.hanloth.cn/tool/zero-width-secret

注意:不同的网站处理方式可能不同,在同一网站编解码保证兼容

2.查看字符是否包含零宽度空格

1.菜鸟工具 https://www.jyshare.com/front-end/3602/

2.浏览器控制台

const str = "t‏‍‍‎​‌‏‌‏‏‌​‌‎​‍‏​‌‍​‍‏‍​‍‏​‌‎​‏​‌‎​‌‎‎​‌‎​‌‎‏​‏‏‌​‌‎‌​‏‏‌​‌‎‍est";
console.log([...str].map(c => c.charCodeAt(0).toString(16)));

posted @ 2024-08-02 16:06  Journey&Flower  阅读(98)  评论(0)    收藏  举报