import 'dart:js' as js; import 'dart:html' as html; ... final text = 'this is the text file'; final bytes = utf8.encode(text); final script = html.document.
確定! 回上一頁