试试这样:
$(function() { $("span.link").mouseover(function(e){ $(this).children().css("display","inline"); }); });