摘要:
/** * @param {string} path * @returns {Boolean} */ export function isExternal (path) { return /^(https?:|mailto:|tel:)/.test(path) } /** * @param {str 阅读全文
posted @ 2022-07-14 11:25
lisashare
阅读(232)
评论(0)
推荐(0)
浙公网安备 33010602011771号