# hex2bin

  • hex2bin 十六进制转二进制

# 代码演示

# Demo

import { hex2bin } from 'm-utilsdk/index';

hex2bin(59);   // => [1, 0, 0, 1, 1, 0, 1, 0]