如何通过一个按钮,实现开始、暂停

2024-11-21 09:14:47
推荐回答(1个)
回答(1):

为按钮按下时间写代码,如下(伪代码)
if 按钮文字 == “暂停” then
按钮文字 = “开始”
else if 按钮文字 == “开始” then
按钮文字 = “暂停”