安装插件 dart
![](https://img.haomeiwen.com/i10820743/8c0467633493119a.png)
新建dart文件
编写代码
void main() {
print('hello world');
}
上面有个Run按钮,点击运行main()
![](https://img.haomeiwen.com/i10820743/8ef653ddb8401aa8.png)
在下面控制台,显示结果:
![](https://img.haomeiwen.com/i10820743/29a711662f4a8750.png)
编写代码
void main() {
print('hello world');
}
上面有个Run按钮,点击运行main()
在下面控制台,显示结果:
本文标题:vscode 支持dart
本文链接:https://www.haomeiwen.com/subject/mzvzohtx.html
网友评论