摘要: const file = document.getElementById('file') as HTMLInputElement; const imga = document.getElementsByTagName('img')[0] as HTMLImageElement; file.addEventListener('change', function () { let rea... 阅读全文
posted @ 2019-07-09 13:39 兔小兔 阅读(632) 评论(0) 推荐(0)