Thread actress = new Thread(new Actress(),"Ms.Runnable");
No enclosing instance of type Actor is accessible. Must qualify the allocation with an enclosing instance of type Actor (e.g. x.new A() where x is an instance of Actor).
这个错误是什么意思呢?
No enclosing instance of type Actor is accessible. Must qualify the allocation with an enclosing instance of type Actor (e.g. x.new A() where x is an instance of Actor).
这个错误是什么意思呢?
2014-12-01