然后我发现当我从dart:dom到dart:html更改导入的包时它会起作用.但是使用它们都给了我一堆重复的_XYZ定义.
所以我想知道:
> dart:html和dart:dom包之间有什么区别>我应该使用哪一个>为什么我不能同时使用
请访问dartlang网站上的this post.