网络图像文件前面加“http://”,而本地文件则要加“file:”。将源代码改为:

Image image = new Image("file:image/qq.jpg");

Image image = new Image("http://image/qq.jpg");

相关文章: