面试题答案一键面试my_list = [10, 'apple', 20, 'banana', 30] for item in my_list: if isinstance(item, str): print(item)