16進数表示する
/icons/javascript.icon
Number.prototype.toString()
を使う
code:js
...Array(128).keys()
.map(n=>n.toString(16))
#16進数
#2021-05-18
16:51:57