JS框架
UI框架
Appearance
function delay(duration) { const start = Date.now() while (Date.now() - start < duration) {} }