首页
编程
java
php
前端
首页
编程
java
php
前端
这个python程序为什么运行不了
import
turtle
as
t
t
.pen()
t
.circle(
100
)
t
.done()
代码问题,t 对象是字典对象,没有这个属性
点击展开全文