当r为以下哪个值时,r.test('www.a.com') != r.test('he.llo@world')
/\w+(\.\w+)+/
/\w+(\.\w+)+$/
/$\w+(\.\w+)/
/\W/