自己试过很好用
function zero_fill_hex(num, digits) { var s = num.toString(16); while (s.length
以上所述就是本文的全部内容了,希望大家能够喜欢。