Nice content Can this content be styled to the developer's choice ?
@SILVER-fy6lx Жыл бұрын
export function getUrlParams( url = window.location.href ) { let urlStr = url.split('?')[1]; return new URLSearchParams(urlStr); } why mine show this has error but its run normally but only effects the link