/** * @Description 正则工具 */ // 绝对链接正则 export const absoluteLinkReg = /https?:\/\/[-A-Za-z0-9+&@#/%?=~_|!:,.;]+[-A-Za-z0-9+&@#/%=~_|]/ // html body内容正则 export const bodyHtmlReg = /]*>([\s\S]+?)<\/body>/i