Home > Enterprise >  How to use pipline for checkin devops data
How to use pipline for checkin devops data

Time:10-29

How to use pipline for checkin devops data. How to use pipline for checkin devops data How to use pipline for checkin devops data

CodePudding user response:

Because plus is not use in params... params change the plus in space

CodePudding user response:

let assume the params is www.somewebsite.com?name=+somename

  const params = new URLSearchParams(props.location.search);

  console.log(params);

the console log look like this somename

  •  Tags:  
  • url
  • Related