首页
编程
java
php
前端
首页
编程
java
php
前端
Lua 5.4,如何定义全局常量?
使用
local
修饰的局部变量可以使用
<const>
:
但去掉
local
后会出现问题:
如何定义全局常量?
Lua 没有 const 这个语法,去掉
点击展开全文