/ walking bear:D / 犀牛書 jstdg6e 讀書隨記

犀牛書 jstdg6e 讀書隨記

2012-08-31 posted in [筆記]

tab 開頭的行~會被當作 code ??

// pg#320, Example 13-4. 

// Asynchronously load and execute a script from specified URL
function loadasync(url) {
    var head = document.getElementsByTagName("head")[0]; // Find document <head>
    var s = document.createElement("script");	// Create a <script> element
    s.src = url;
    head.appendChild(s);
}

// wkliang:20120830

// wkliang:20120831

// wkliang:20120904,jstdg6e 筆記

// EOT

walking bear:DRSS feed

关于

wkliang

Clarke's Three Laws:

  • When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is very probably wrong.
  • The only way of discovering the limits of the possible is to venture a little way past them into the impossible.
  • Any sufficiently advanced technology is indistinguishable from magic.
  • 版权申明

    知识共享许可协议

    Fork me on GitHub

    Powered by

    Disqus, GitHub, Google Custom Search, Gravatar, HighlightJS, jekyll