IT培訓(xùn)網(wǎng)
IT在線學(xué)習(xí)
1、 ascii(string str)
說明:返回字符串‘abc’第一個(gè)字母‘a’的ascii值97,字符串‘ABC’ 第一個(gè)字母‘A’的ascii值65。
2、 base64(binary bin)
說明:返回二進(jìn)制1101的base64字符串為MTEwMQ==,二進(jìn)制1010的base64字符串為MTAxMA==
3、 concat(string a,string b)
說明:按次序連接兩個(gè)或多個(gè)字符串成一個(gè)大的字符串。‘abc’在前,則連接后為‘abchello’;‘hello’在前,則連接后為‘helloabc’;兩個(gè)以上的字符串,也是按照次序連接。
4、 instr(string str,string substr)
說明:在字符串'helloabc123' 中從前往后搜索子字符串‘abc’,找到,返回其索引位置6;搜索子字符串‘ccc’,沒找到則返回0。
5、 length(string a)
說明:返回字符串‘abcefg’的長(zhǎng)度6。
6、 lower(string a)或lcase(string a)
說明:lower或lcase函數(shù),都將參數(shù)字符串'Hello World'全部轉(zhuǎn)為小寫形式‘hello world
7、 repeat(string str,int n)
說明:repeat函數(shù)作用是將參數(shù)字符串重復(fù)n次。repeat('hello',3)將字符串‘hello’重復(fù)了3次,repeat('aa',5)將字符串‘aa’重復(fù)了5次。
>>本文地址:http://liujunjsxg.cn/zhuanye/2020/59909.html
聲明:本站稿件版權(quán)均屬中公教育優(yōu)就業(yè)所有,未經(jīng)許可不得擅自轉(zhuǎn)載。
1 您的年齡
2 您的學(xué)歷
3 您更想做哪個(gè)方向的工作?