摘要: 一、语法 replace(str_source,str1,str2) 把 str_source 中 str1 字符串替换为 str2 字符串,当 str2 为 null 或'' 时,与下个作用相同 replace(str_source,str1) 把str_source 中的 str1 字符串剔除  阅读全文
posted @ 2017-03-21 16:20 jack_ou 阅读(36082) 评论(0) 推荐(0)