摘要:
转自:http://qqdenghaigui.iteye.com/blog/1554541一,带函数Pred1, all(Pred, List) -> boolean()如果List中的每个元素作为Pred函数的参数执行,结果都返回true,那么all函数返回true,否则返回false例子:lis... 阅读全文
摘要:
string:len("abcdef").结果为6求字符串的长度string:equal("abc","abc").结果为true判断2字符串是否完全相等string:concat("abc","def").结果为"abcdef"合并字符串string:chr("abdcdef",$d).结果为3求... 阅读全文