|
You can convert the value into a string (you should be able to solve the string length.),
Use ASCII code to compare, in the case of the same number of bits, the larger the ASCII code, the smaller the value.
In the case of different digits, you can do the data alignment. Then compare the ASCII code, the larger the ASCII code, the smaller the value. |
|