python中turtle中缺少exitonclick函数

使用
turtle.exitonclick()
-显示找不到运用exitonclick

你用的不是win系统?其他的函数能用吗?是不是没安装tkinter,试试 turtle.Screen().exitonclick()