14. Longest Common Prefix 题目 Write a function to find the longest common prefix string amongst an array of strings. 解题思路 总结