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.
如何在本地开发中减慢上传文件的速度?这背后的原因是在文件上传时向用户显示一些选项。
目前,上传速度太快,以至于我很难测试我的更改。
任何帮助表示赞赏。首选 JavaScript。没有 jQuery。
你可以使用java睡眠功能
sleep(8000); // prevents further executions for 8 seconds