var link = document.createElement('link'); 
link.href = "http://udacity-crp.herokuapp.com/style.css?rtt=2"; 
link.rel = "stylesheet"; document.head.appendChild(link); 
 
 
var script = document.createElement('script'); 
script.src = "http://udacity-crp.herokuapp.com/time.js?rtt=1&a"; 
document.head.appendChild(script);

相关文章:

  • 2022-01-04
  • 2022-01-07
  • 2022-12-23
  • 2021-08-03
  • 2021-06-19
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-11
  • 2021-08-01
  • 2022-12-23
相关资源
相似解决方案