Top
Fork me on Gitee My Github
摘要: /** * @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)