URL("https://github.com/username/repo.git"); // Split the path by ... of the url const pathArr = url.pathname.split("/").filter(Boolean); ...
確定! 回上一頁