狒狒 · 2005-11-29 07:05:41 · 阅读: 505 哦,有个笔误, MyTask (myCanvas c) { super(); c = t; } 应该是: MyTask (myCanvas c) { super(); this.c = c; }