<a href="javascript:Login(this)">登录</a><script>
function Login(object){
alert($(object).length)//这里老都是0,为什么获取不到a标签
}
</script>