在JS中,如何用正则取邮箱服务器地址var reg = ^[^@]+@([^.]+)..*$var str = "AAAAAA @ 163.com"console.log(str.replace(reg, "$1"))js获取项2023-04-14JavaScript240