摘要: 函数 功能 ascii(string) 返回字符串最左端字符的 ASCII 码值 chr(number) 返回 ASCII 码值对应的字符 concat(string1, string2) 连接两个字符串,效果等同 || initcap(string) 将字符串的第一个字母变为大写,其它字母小写 l 阅读全文
posted @ 2021-07-20 00:01 北涯 阅读(353) 评论(0) 推荐(0)