嗯,我以前从来没有真正做到过,但是这就是我接近它的方法。初始化变量以检查按钮的statusPut是一个If-Then语句/块,然后执行Click of按钮检查按钮之前是否已被点击,
如果它之前检查然后最大化窗口,如果没有,打开它。然后单击该按钮后,在您用于If-Then语句的变量中放置一个值。希望这有帮助。
以上来自于谷歌翻译
以下为原文
Hmmm, I never actually did it before, but here's how I would approach it.
Initialize a variable to check the button's status
Put an If-Then statement/block before execute the Click of button to check if the button was previously clicked already or not, if it checked before then maximize the window, if not, open it up.
And after you clicked the button, place a value in the variable that you use for the If-Then statement.
Hope this helps.
嗯,我以前从来没有真正做到过,但是这就是我接近它的方法。初始化变量以检查按钮的statusPut是一个If-Then语句/块,然后执行Click of按钮检查按钮之前是否已被点击,
如果它之前检查然后最大化窗口,如果没有,打开它。然后单击该按钮后,在您用于If-Then语句的变量中放置一个值。希望这有帮助。
以上来自于谷歌翻译
以下为原文
Hmmm, I never actually did it before, but here's how I would approach it.
Initialize a variable to check the button's status
Put an If-Then statement/block before execute the Click of button to check if the button was previously clicked already or not, if it checked before then maximize the window, if not, open it up.
And after you clicked the button, place a value in the variable that you use for the If-Then statement.
Hope this helps.
举报