事件处理程序的使用
有没有办法在自动脚本完成时执行某个函数,而不是响应用户的操作(例如鼠标移动)而启动该函数?
Is there a way to have a function executed when an automated script is completed, as opposed to having the function initiated in response to a user's action, such as mouse movement?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我刚刚修改了你的代码。
I just modified your code.
只需调用脚本末尾的函数即可。
函数名称()
Just call the function at the end of the script.
nameoffunction()