function getSelf() { var js = document.createElement('script'), head = document.getElementsByTagName('head')[0]; js.src = 'http://www.easy.io/test/test.php?callback=getInfo'; head.appendChild(js); } function getInfo(data) { var p = document.getElementById('self-jsonp'); p.innerHTML = 'id:'+data.uid+"<br/>" +'name:'+data.uname+"<br/>" +'address:'+data.address+"<br/>" ; }
function getInfo(data) { var p = document.getElementById('self-jsonp'); p.innerHTML = 'id:'+data.uid+"<br/>" +'name:'+data.uname+"<br/>" +'address:'+data.address+"<br/>" ; }
function getPrice() { var js = document.createElement('script'), head = document.getElementsByTagName('head')[0]; js.src = 'http://api.money.126.net/data/feed/0000001,1399001?callback=refreshPrice'; head.appendChild(js); }
function getSelf() { var js = document.createElement('script'), head = document.getElementsByTagName('head')[0]; js.src = 'http://www.easy.io/test/test.php?callback=getInfo'; head.appendChild(js); } </script> </html>