webbrowser modul windows服务?

时间:2016-04-01 15:48:06

标签: python windows service

我的示例代码:

  import pyautogui
  import webbrowser
  import time
  webbrowser.open_new_tab("http://127.0.0.1:8080/scripts/a.php")

  time.sleep(5)

  pyautogui.hotkey('tab')

  pyautogui.typewrite('  lololo',interval=0.25)

  pyautogui.hotkey('enter')

如何启动webbrowser模块的模块作为Windows的服务?

0 个答案:

没有答案
相关问题