摘要:
// 返回 str 从前往后,第 count 次出现 ch 字符处的索引位置,失败返回 -1; protected static int IndexOf(string str, char ch, int count) { if (count < 1) { return -1; } int index 阅读全文
posted @ 2023-12-26 13:54
double64
阅读(305)
评论(0)
推荐(0)
浙公网安备 33010602011771号