-
立即阅读
-
章节目录
-
75) {
intro.height(75);
$('#toggleIntro').html('展开全部');
}
function toggleIntro() {
if($('#toggleIntro').html() == '展开全部') {
intro.height(h);
$('#toggleIntro').html('收起');
} else {
intro.height(75);
$('#toggleIntro').html('展开全部');
};
}
wap();