日期:2014-05-16 浏览次数:20879 次
$.ajax({
type:"GET",
url:"http://hq.sinajs.cn/list=sz002004",
dataType:"script",
success:function(data){
alert('hq_str_sz002004');
}
});
if ( s.dataType === "script" && s.cache === null ) {
s.cache = false;
}
if ( s.cache === false && noContent ) {
var ts = jQuery.now();
// try replacing _= if it is there
var ret = s.url.replace(rts, "$1_=" + ts);
// if nothing was replaced, add timestamp to the end
s.url = ret + ((ret === s.url) ? (rquery.test(s.url) ? "&" : "?") + "_=" + ts : "");
}