sensi

Results 2 comments of sensi

there is no python example in your link

我也遇到了,没写过node代码,搞了个挫的代替下: const getQrcodeKey = (urlStr: string) => { const url = new URL(urlStr); return url.searchParams.get('key'); } 改成: const getQrcodeKey = (urlStr: string) => { const str_begin = "key=" const str_end...