C#里如何实现每5分钟按一下"V"键 ?C#里如何实现每5分钟按一下 "V "键,API函数keydb_event要怎么实现啊?[解决办法]放个Timer,tick设为5分钟,再用SendKeys.Send( "V "); -------------- 这个正确,简单实用