URL (x) // if it is a URL already if (parsed.protocol) { return parsed.href } else { return process.env.COUCH_URL + '/' + encodeURIComponent(x) } }.
確定! 回上一頁