Write a function to find the longest common prefix string amongst an array of strings.
{优快云:CODE:633801}
本文介绍了一个用于查找字符串数组中最长公共前缀的功能函数。该函数可以接收一系列字符串作为输入,并返回这些字符串共有的最长起始子串。
Write a function to find the longest common prefix string amongst an array of strings.

被折叠的 条评论
为什么被折叠?