注册 登录
编程论坛 JavaScript论坛

有没有大佬知道咋输出<>

白驹过隙_ 发布于 2022-06-06 13:02, 693 次点击
用的webstorm用document.write()语句输出<>让他在网页上显示出来
1 回复
#2
ioriliao2022-07-05 19:57
document.write(/<>/.toString().replace(/\//img,""))
1