日期:2014-05-16 浏览次数:20455 次
$(function() { $('a').click(function(){ $('#test').load(this.href) return false; }); });