📌  相关文章
📜  $(".comment").shorten({ "showChars": 100, "moreText": "查看更多", }); $(".comment-small").shorten({ showChars: 10 }); - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:41.403000             🧑  作者: Mango

代码示例1
$(".comment").shorten({
            "showChars": 100,
            "moreText": "See More",
        });

        $(".comment-small").shorten({
            showChars: 10
        });