面试题答案一键面试import re string = 'Hello, World! 123' match_obj = re.match(r'Hello', string) print(match_obj)