$("#d1").click(function(){ $(".title").html(标题1") $(".description").html("内容一") // 显示遮罩 $("#target").show(); }) $("#d2").click(function(){ $(".title").html(标题2") $(".description").html("内容二") // 显示遮罩 $("#target").show(); })
阅读量:1
点赞量:0