..在lua中运用

..连接两个字符串

th> a="hello"
th> b="world"
th> print(a..b)
helloworld    

 

th> a="hello "
th> b="world"
th> print(a..b)
hello world    

 

posted @ 2016-12-08 19:43  有梦就要去实现他  阅读(158)  评论(0编辑  收藏  举报