When comparing 0 = = "00", "00" is converted into an integer. Comparatively speaking, the conversion result is 0 == 0, which holds.
There is no problem with this judgment, but it is not recommended, which will have an impact on reading and modifying the code.