Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 GWT 应用程序中,我肯定会使用一个图像,但我希望应用程序仅在我要使用的图像已经加载时才加载,这样用户就不会看到图像部分加载,我怎么能做吗??
你的意思是这样的Image.prefetch(String url)吗?
Image.prefetch(String url)