You should set the src attribute after the onload event, f.ex: el.onload = function() { //... el.src = script;. You should also append the ...
確定! 回上一頁