$(function(){
$("#strHref").on("click",function() {
$(this).text(
$(this).text()=="收起"?"更多选项+":"收起"
);
$("#hpn").toggle(1000);
});
});
scbzyj
2014-09-23
1 回答
举报
0/150
提交
取消