const urlBaseName = (urlStr: string) => { const pathname = url.parse(urlStr).pathname; const pathArr = pathname.split('/'); return pathArr[pathArr.length ...
確定! 回上一頁