Skip to content

Files

Latest commit

 

History

History

HtmlText

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

基于htmlxml格式创建可换行的富文本

用法

local htmlText = require("HtmlText").new() htmlText:renderFile("level_introduce.xml")

or

local xmlText = "你好jikexueyuan

的行
又是新的一行" htmlText:renderHtml(xmlText)