Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

这代码写的... #581

Open
PathFun opened this issue Jan 6, 2023 · 0 comments
Open

这代码写的... #581

PathFun opened this issue Jan 6, 2023 · 0 comments

Comments

@PathFun
Copy link

PathFun commented Jan 6, 2023

    ```javascript

let url = 'https://www.baidu.com';
function searchUrl(url) {
try {
if (new URL(url) && (new URL(url).protocol === "http:" || new URL(url).protocol === "https:") && url.match(new RegExp(new URL(url).protocol + "//")).index === 0) return true
} catch (err) {
console.log("不是一个正确的网址");
}
};
console.log(searchUrl(url))


_Originally posted by @yaodongyi in https://github.com/Advanced-Frontend/Daily-Interview-Question/issues/138#issuecomment-532032617_
      
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant