Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フレックスで負の数を16進数に変換する方法は?
例: -73715 ...この数値の 16 進値は FFFEE00D です
どうすればフレックスでこれを取得できますか?
uint(yourInt).toString(16)
すべきです。