$(document).on("click","th",function(){ alert($(this).find("span").text()); })
document点击后 找到指定的子元素中的th元素
然后再找 th元素的 span子元素的text()