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.
任何标志/配置可以为 Java 版本的图像加载添加随机延迟?只是想模仿 HTML 行为......
在即将发布的 PlayN 1.1 版本(2012 年 2 月 13 日发布)中,您可以通过以下方式稍微延迟图像加载:
-Dplayn.java.asyncLoad
在命令行上。例如:
mvn -Dplayn.java.asyncLoad test -P test-java