<button onclick="myFunction()">点击这里</button>
rand.get = function (begin,end){
return Math.floor(Math.random()*(end-begin))+begin;
x="<a href='/' target='_blank'>W3xue.com</a>";
x="<a href='http://www.microsoft.com' target='_blank'>microsoft</a>";
document.getElementById("demo").innerHTML=x;