I just started to learn that python, has two functions, one is to get the value of cookie of the website, and the other is to send a get request. Why can t I use this variable a? how can I use the value of a? direct print is valuable and I use multithr...
I want to use fetch to request a string from the background api. Is there any way to directly take the string out and assign it to the variable? my original way of writing is this: var text = ; fetch(`http: 127.0.0.1:8080 `,{ method: GE...