誰能幫我測試以下功能 function onload(cb){ const image = 'http://placehold.it/350x150' const img = new Image() img.src = image img.onload = () => { cb() } }
確定! 回上一頁