摘要:
<input single ref={ref => this.handler = ref} id="icon-button-file" onChange={this.fileChanges} accept={accept} type="file" style={{ display: 'none' } 阅读全文
摘要:
` buf2hex = (buffer) => { // buffer is an ArrayBuffer console.log(buffer) return Array.prototype.map.call(new Uint8Array(buffer), x => ('00' + x.toStr 阅读全文