摘要: function readFileToString(code) { const reader = new FileReader(); reader.onload = function() { console.log(this.result); let str = this.result var v8 阅读全文
posted @ 2020-12-07 17:54 leechg 阅读(1251) 评论(0) 推荐(0) 编辑