logo
  • 教程列表
  • SO官方文档
  • 评论
    • 使用 Dartdoc 的文档
    • 行结束评论
    • 多行评论
  1. StackOverflow 文档
  2. dart 教程
  3. 评论
  4. 多行评论

多行评论

Created: November-22, 2018

/*和*/之间的所有内容都被评论。

void main() {
  for (int i = 0; i < 5; i++) {
    /* This is commented, and
    will not affect code */
    print('hello ${i + 1}');
  }   
}
  • 行结束评论

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明