from microbit import * display.show(Image.HAPPY). 我怀疑你能记住第一行是做什么的。第二行将 display 对象用于 show 内置图像。我们要显示的快乐图像是 Image 对象 ...
確定! 回上一頁