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

  • 關於本站
  • 免責聲明