摘要: ##1.字符串函数 a.string<->array implode() 返回一个由数组元素组合成的字符串。 explode() 把字符串打散为数组。 join() implode() 的别名。 b.查询与替换 substr(string $string, int $offset, ?int $le 阅读全文
posted @ 2022-04-12 00:27 学无止境_Aiden 阅读(67) 评论(0) 推荐(0)