日期:2014-05-16 浏览次数:20857 次
function initData(){
var time = new Date().getTime();
var url2 = "http://hq2gjqh.eastmoney.com/EM_Futures2010NumericApplication/Index.aspx";
$.get(url2,{jsName:"fxrc",Type:"S",SortType:"A",pageSize:"20",page:"1",style:"28CrossRate",_g:time},
function(data){
alert(data);
},"text");
}
$(document).ready(function(){
initData();
});
<script src="http://www.coding123.net/js/jquery.js"></script>
<script>
function initData(){
var time = new Date().getTime();
var url2 = "http://hq2gjqh.eastmoney.com/EM_Futures2010NumericApplication/Index.aspx?"+$.param({jsName:"fxrc",Type:"S",SortType:"A",pageSize:"20",page:"1",style:"28CrossRate",_g:time}) ;
$.getScript(url2,function(){
alert(fxrc.rank);
},"text");
}
$(document).ready(function(){
initData();
});
</script>