摘要: 转自:https://www.cnblogs.com/dshore123/p/7805050.html 1、substr函数格式 (俗称:字符截取函数) 格式1: substr(string string, int a, int b); 格式2:substr(string string, int a 阅读全文
posted @ 2021-01-27 15:48 吴土炮Jared 阅读(2993) 评论(0) 推荐(0) 编辑
摘要: 转自:https://www.cnblogs.com/dshore123/p/7813230.html 1、instr()函数的格式 (俗称:字符查找函数) 格式一:instr( string1, string2 ) // instr(源字符串, 目标字符串) 格式二:instr( string1, 阅读全文
posted @ 2021-01-27 15:47 吴土炮Jared 阅读(1102) 评论(0) 推荐(0) 编辑