2020年1月8日

摘要: 合法 URL 验证 // 合法URL验证函数 export function validateURL(textval) { const urlregex = /^(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&'\*\+,;= 阅读全文
posted @ 2020-01-08 10:10 完美前端 阅读(877) 评论(0) 推荐(0)

导航