How to display image file after a change in the file system?

前端 未结 0 1072
广开言路
广开言路 2021-01-29 00:38

In the build method, I display an image from the file system, like so:

final String imagePath = ...;
final File file = File(imagePath);

return file.         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题