René's URL Explorer Experiment


Title: Lua 备忘清单 & lua cheatsheet & Quick Reference

direct link

Domain: codehelp.jeffjade.com

Links:

Quick Referencehttps://codehelp.jeffjade.com/index.html
搜索⌘Kjavascript:void(0);
晚晴幽草轩https://www.jeffjade.com/
编辑https://github.com/jaywcjlove/reference/blob/main/docs/lua.md
https://github.com/jaywcjlove/reference
https://codehelp.jeffjade.com/docs/lua.html#lua-备忘清单
Luahttp://www.lua.org
入门https://codehelp.jeffjade.com/docs/lua.html#入门
下载https://codehelp.jeffjade.com/docs/lua.html#下载
其它下载方式https://codehelp.jeffjade.com/docs/lua.html#其它下载方式
hello worldhttps://codehelp.jeffjade.com/docs/lua.html#hello-world
运行https://codehelp.jeffjade.com/docs/lua.html#运行
注释https://codehelp.jeffjade.com/docs/lua.html#注释
单行注释https://codehelp.jeffjade.com/docs/lua.html#单行注释
多行注释https://codehelp.jeffjade.com/docs/lua.html#多行注释
type() 函数https://codehelp.jeffjade.com/docs/lua.html#type-函数
numberhttps://codehelp.jeffjade.com/docs/lua.html#number
stringhttps://codehelp.jeffjade.com/docs/lua.html#string
[[]]https://codehelp.jeffjade.com/docs/lua.html
字符串连接(..)https://codehelp.jeffjade.com/docs/lua.html#字符串连接
字符串长度(#)https://codehelp.jeffjade.com/docs/lua.html#字符串长度
tablehttps://codehelp.jeffjade.com/docs/lua.html#table
迭代 tablehttps://codehelp.jeffjade.com/docs/lua.html#迭代-table
指定键https://codehelp.jeffjade.com/docs/lua.html#指定键
变量https://codehelp.jeffjade.com/docs/lua.html#变量
默认值https://codehelp.jeffjade.com/docs/lua.html#默认值
全局和局部变量https://codehelp.jeffjade.com/docs/lua.html#全局和局部变量
赋值https://codehelp.jeffjade.com/docs/lua.html#赋值
交换变量https://codehelp.jeffjade.com/docs/lua.html#交换变量
赋值个数不一致https://codehelp.jeffjade.com/docs/lua.html#赋值个数不一致
运算符https://codehelp.jeffjade.com/docs/lua.html#运算符
类型转换https://codehelp.jeffjade.com/docs/lua.html#类型转换
goto 语法https://codehelp.jeffjade.com/docs/lua.html#goto-语法
条件语句https://codehelp.jeffjade.com/docs/lua.html#条件语句
运算符https://codehelp.jeffjade.com/docs/lua.html#运算符-1
关系运算符https://codehelp.jeffjade.com/docs/lua.html#关系运算符
逻辑运算符https://codehelp.jeffjade.com/docs/lua.html#逻辑运算符
while 循环https://codehelp.jeffjade.com/docs/lua.html#while-循环
if 语句https://codehelp.jeffjade.com/docs/lua.html#if-语句
if .. elseif() .. elsehttps://codehelp.jeffjade.com/docs/lua.html#if--elseif--else
for 循环https://codehelp.jeffjade.com/docs/lua.html#for-循环
repeat...until 循环https://codehelp.jeffjade.com/docs/lua.html#repeatuntil-循环
breakhttps://codehelp.jeffjade.com/docs/lua.html#break
函数https://codehelp.jeffjade.com/docs/lua.html#函数
初始化https://codehelp.jeffjade.com/docs/lua.html#初始化
返回值https://codehelp.jeffjade.com/docs/lua.html#返回值
参数https://codehelp.jeffjade.com/docs/lua.html#参数
多个返回值https://codehelp.jeffjade.com/docs/lua.html#多个返回值
可变参数(...)https://codehelp.jeffjade.com/docs/lua.html#可变参数
字符串https://codehelp.jeffjade.com/docs/lua.html#字符串
字符串方法https://codehelp.jeffjade.com/docs/lua.html#字符串方法
正则匹配https://codehelp.jeffjade.com/docs/lua.html#正则匹配
matchhttps://codehelp.jeffjade.com/docs/lua.html#match
gmatchhttps://codehelp.jeffjade.com/docs/lua.html#gmatch
数学方法https://codehelp.jeffjade.com/docs/lua.html#数学方法
常用方法https://codehelp.jeffjade.com/docs/lua.html#常用方法
工具方法https://codehelp.jeffjade.com/docs/lua.html#工具方法
其它方法https://codehelp.jeffjade.com/docs/lua.html#其它方法
tablehttps://codehelp.jeffjade.com/docs/lua.html#table-1
初始化数组https://codehelp.jeffjade.com/docs/lua.html#初始化数组
多维数组https://codehelp.jeffjade.com/docs/lua.html#多维数组
初始化 tablehttps://codehelp.jeffjade.com/docs/lua.html#初始化-table
table 方法https://codehelp.jeffjade.com/docs/lua.html#table-方法
迭代器https://codehelp.jeffjade.com/docs/lua.html#迭代器
无状态的迭代器https://codehelp.jeffjade.com/docs/lua.html#无状态的迭代器
for 循环迭代器https://codehelp.jeffjade.com/docs/lua.html#for-循环迭代器
模块https://codehelp.jeffjade.com/docs/lua.html#模块
定义模块https://codehelp.jeffjade.com/docs/lua.html#定义模块
导入模块https://codehelp.jeffjade.com/docs/lua.html#导入模块
私有函数https://codehelp.jeffjade.com/docs/lua.html#私有函数
另见https://codehelp.jeffjade.com/docs/lua.html#另见
https://codehelp.jeffjade.com/docs/lua.html#入门
https://codehelp.jeffjade.com/docs/lua.html#下载
https://codehelp.jeffjade.com/docs/lua.html#其它下载方式
下载地址https://luabinaries.sourceforge.net/download.html
https://codehelp.jeffjade.com/docs/lua.html#hello-world
https://codehelp.jeffjade.com/docs/lua.html#运行
https://codehelp.jeffjade.com/docs/lua.html#注释
https://codehelp.jeffjade.com/docs/lua.html#单行注释
https://codehelp.jeffjade.com/docs/lua.html#多行注释
https://codehelp.jeffjade.com/docs/lua.html#type-函数
https://codehelp.jeffjade.com/docs/lua.html#number
https://codehelp.jeffjade.com/docs/lua.html#string
https://codehelp.jeffjade.com/docs/lua.html
https://codehelp.jeffjade.com/docs/lua.html#字符串连接
https://codehelp.jeffjade.com/docs/lua.html#字符串长度
https://codehelp.jeffjade.com/docs/lua.html#table
https://codehelp.jeffjade.com/docs/lua.html#迭代-table
https://codehelp.jeffjade.com/docs/lua.html#指定键
https://codehelp.jeffjade.com/docs/lua.html#变量
https://codehelp.jeffjade.com/docs/lua.html#默认值
https://codehelp.jeffjade.com/docs/lua.html#全局和局部变量
https://codehelp.jeffjade.com/docs/lua.html#赋值
https://codehelp.jeffjade.com/docs/lua.html#交换变量
https://codehelp.jeffjade.com/docs/lua.html#赋值个数不一致
https://codehelp.jeffjade.com/docs/lua.html#运算符
https://codehelp.jeffjade.com/docs/lua.html#类型转换
https://codehelp.jeffjade.com/docs/lua.html#goto-语法
https://codehelp.jeffjade.com/docs/lua.html#条件语句
https://codehelp.jeffjade.com/docs/lua.html#运算符-1
https://codehelp.jeffjade.com/docs/lua.html#关系运算符
https://codehelp.jeffjade.com/docs/lua.html#逻辑运算符
https://codehelp.jeffjade.com/docs/lua.html#while-循环
https://codehelp.jeffjade.com/docs/lua.html#if-语句
https://codehelp.jeffjade.com/docs/lua.html#if--elseif--else
https://codehelp.jeffjade.com/docs/lua.html#for-循环
https://codehelp.jeffjade.com/docs/lua.html#repeatuntil-循环
https://codehelp.jeffjade.com/docs/lua.html#break
https://codehelp.jeffjade.com/docs/lua.html#函数
https://codehelp.jeffjade.com/docs/lua.html#初始化
https://codehelp.jeffjade.com/docs/lua.html#返回值
https://codehelp.jeffjade.com/docs/lua.html#参数
https://codehelp.jeffjade.com/docs/lua.html#多个返回值
https://codehelp.jeffjade.com/docs/lua.html#可变参数
https://codehelp.jeffjade.com/docs/lua.html#字符串
https://codehelp.jeffjade.com/docs/lua.html#字符串方法
https://codehelp.jeffjade.com/docs/lua.html#正则匹配
https://codehelp.jeffjade.com/docs/lua.html#match
https://codehelp.jeffjade.com/docs/lua.html#gmatch
https://codehelp.jeffjade.com/docs/lua.html#数学方法
https://codehelp.jeffjade.com/docs/lua.html#常用方法
https://codehelp.jeffjade.com/docs/lua.html#工具方法
https://codehelp.jeffjade.com/docs/lua.html#其它方法
https://codehelp.jeffjade.com/docs/lua.html#table-1
https://codehelp.jeffjade.com/docs/lua.html#初始化数组
https://codehelp.jeffjade.com/docs/lua.html#多维数组
https://codehelp.jeffjade.com/docs/lua.html#初始化-table
https://codehelp.jeffjade.com/docs/lua.html#table-方法
https://codehelp.jeffjade.com/docs/lua.html#迭代器
https://codehelp.jeffjade.com/docs/lua.html#无状态的迭代器
https://codehelp.jeffjade.com/docs/lua.html#for-循环迭代器
https://codehelp.jeffjade.com/docs/lua.html#模块
https://codehelp.jeffjade.com/docs/lua.html#定义模块
https://codehelp.jeffjade.com/docs/lua.html#导入模块
https://codehelp.jeffjade.com/docs/lua.html#私有函数
https://codehelp.jeffjade.com/docs/lua.html#另见
Lua 官网http://www.lua.org
luatoshttps://wiki.luatos.com/luaGuide/introduction.html
Lua 教程https://www.twle.cn/l/yufei/lua53/lua-basic-index.html

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.