var links=$("a",$(".title")[0])这里的$(".title")[0]是将titlejquery中的dom元素取出来然后给标签吗?这是别人写的js,还有为什么用.title类选择器?标签不能写成$("title")吗?
.title根据样式类选择