作者ariadne (唐朝美男子)
看板EzHotKey
标题[其他] Sikuli模组化 批次 使用
时间Thu Nov 15 12:13:08 2018
把功能切开来写成Function 再开一个新档案排程来跑
实做就是把每个写好能用的程式前面加上:
from sikuli import *
def 函式名称():
ex.
from sikuli import *
def test1():
popup("test1")
=======================
from sikuli import *
def test2():
popup("test2")
以上分别建立两个档案
再开一个新档案呼叫函式执行
import test1
test1.test1()
import test2
test2.test2()
import test1
test1.test1()
存档执行就会先跑第一个档案再跑第二个再跑第一个
--
┌──┐ ┌──┐
│ 我 │ │ 们 │ ┌──┐┌──┐
└──┘ └──┘ │ 要!││
图 │
╲● ●╱ └──┘└──┘
■╮ √■ ●╱ ╲●
█████没图没真相委员会█████
--
※ 发信站: 批踢踢实业坊(ptt.cc), 来自: 114.35.0.41
※ 文章网址: https://webptt.com/cn.aspx?n=bbs/EzHotKey/M.1542255191.A.DD6.html