2015-10-05 39 views

回答

1

我的一個朋友解決了這個:

theWindow's setTitle_("testing") 

set testTitle to theWindow's |title|() as string 

if testTitle = "Testing" then 
    do some stuff 
else 
    do some other stuff 
end if