this
b"\xa5\x5a" = b"\xa5z"
how is it converted? You can tell that this is hexadecimal
from the output of 1BI 2.
this
b"\xa5\x5a" = b"\xa5z"
how is it converted? You can tell that this is hexadecimal
from the output of 1BI 2. \ x5a
equals 90 represents Z
in ASCII. Python displays this byte with corresponding ASCII characters as characters.
Previous: Problems encountered by for update.
Next: React-native acquires objects in state. If there are multiple layers, an error will be reported.