62,262
社区成员
发帖
与我相关
我的任务
分享
<script type="text/javascript">
$(document).ready(function() {
$("a").click(function(){
var strUrl = $(this).attr("href"); //获取链接地址
var strTxt = $(this).text();//获取链接文本
//操作cookies
})
})
</script>