Answer the question
In order to leave comments, you need to log in
Python. How to get the value when parsing?
A question. I make a POST request, the server sends me a response in the form:
{"token":"12345","token_id":"6","}
How to get the token and token_id values from here so that you can display
your token: 12345
Your ID: 6
Tried to use lxml etree.fromstring() but it throws an error that element '<' was not found
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question