html lua 坐标,GitHub - TheLinx/LuaHTML: LuaHTML is a template engine that allows the use of Lua code i...

LuaHTML

LuaHTML is a template engine that allows the use of Lua code in your HTML websites.

It stays close to the Lua philosophy and is easy to use.

License

The code is public domain, you may use it however you like without any attribution or royalties.

Backports are appreciated, though!

How to install (with LuaRocks)

How to install (Manually)

Put the folder luahtml somewhere in your Lua module path.

On Linux/Mac this is usually something like /usr/local/share/lua/5.1/.

On Windows it’s C:\Program Files\Lua\5.1\.

Example LHTML page

[[ -- this marks the beginning of a Lua code block

pageTitle = "My Awesome Site!"

announcement = [[

Lua is super awesome!

]]

-- and now we close the block:

]]

[[=pageTitle]]

Example!

[[ for x=1,10 do

print("

This is paragraph #"..x.."! I bet you didn't know that!

")

end ]]

[[=announcement]]

Example code

-- we assume that 's' is the variable containing the lhtml source

require("luahtml")

output = luahtml.format(s)

-- super simple!!

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值