logo
  • 教程列表
  • SO官方文档
  • 常量
    • 模块范围的常量
    • 常量作为函数
    • 常量通过宏
  1. StackOverflow 文档
  2. Elixir Language 教程
  3. 常量
  4. 模块范围的常量

模块范围的常量

Created: November-22, 2018

defmodule MyModule do
  @my_favorite_number 13
  @use_snake_case "This is a string (use double-quotes)"
end

这些只能在此模块中访问。

  • 常量作为函数
  • 常量

Copyright © 2018. All right reserved

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

  • 关于我们
  • 免责声明