代码如下:

# $language = "JScript"
# $interface = "1.0"

for( i=1 ; i < 3600 ; i++){
crt.screen.SendKeys ("^C");
crt.Sleep(1000);
}

 

相关文章:

  • 2021-05-01
  • 2021-11-25
  • 2022-12-23
  • 2022-12-23
  • 2021-05-22
  • 2021-12-28
  • 2021-07-10
  • 2021-10-30
猜你喜欢
  • 2022-12-23
  • 2021-12-08
  • 2022-12-23
  • 2021-05-09
  • 2022-01-14
  • 2022-02-10
  • 2021-12-26
相关资源
相似解决方案