var jqueryJs=document.createElement('script');
jqueryJs.setAttribute("type","text/JavaScript");
jqueryJs.setAttribute("src", 'https://cloudinc.alipay.com/js/jquery-2.1.1.js');//'http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js'
document.getElementsByTagName('head')[0].appendChild(jqueryJs);

05-21 00:36