丝袜av在线观看|日本美女三级片在线播放|性欧美一区二区三区|小骚热免费国产视频|黑人va在线观看|女同国产91视频|五月丁香色播Av|国产凸凹视频一区二区|伊人电影久久99|国产成人无码一区二区观看

對(duì)字符串或html代碼進(jìn)行截取并添加...

安企CMS模板中如何對(duì)字符串或html代碼進(jìn)行截取并添加…?

truncatechars 過(guò)濾器可以對(duì)字符串進(jìn)行截取并添加…,該方法會(huì)截?cái)鄦卧~,指定長(zhǎng)度包括…。

truncatechars_html 過(guò)濾器可以對(duì)html代碼進(jìn)行截取并添加…,該方法會(huì)截?cái)鄦卧~,指定長(zhǎng)度包括…。

truncatewords 過(guò)濾器可以對(duì)字符串按單詞進(jìn)行截取并添加…。

truncatewords_html 過(guò)濾器可以對(duì)html代碼按單詞進(jìn)行截取并添加…。

使用方法

truncatechars 過(guò)濾器的使用方法:

}

truncatechars_html 過(guò)濾器的使用方法:

}

truncatewords 過(guò)濾器的使用方法:

}

truncatewords_html 過(guò)濾器的使用方法:

}

比如需要將 Joel is a slug 截取9個(gè)字符,多出部分使用…代替,則可以這么寫(xiě):

}

顯示結(jié)果

Joel i…

示例演示

truncatechars 過(guò)濾器

}
}
}
}
}

顯示結(jié)果

Joel i… Joel is a … Joel is a slug 你 你好

truncatewords 過(guò)濾器

} } }

顯示結(jié)果

Lorem ipsum dolor sit amet, consectetur adipisici elit, sed … 10

你好世界 你好世界

truncatechars_html 過(guò)濾器

}
}
}
}
}
}

顯示結(jié)果

This is a long test wh… <div class=“foo”><ul class=“foo”><li class=“foo”><p class=“foo”>This is a long test wh…</p></li></ul></div> <p class=‘test’ id=‘foo’>This is a long test wh…</p> <a name=‘link’><p>This </a>is a long test wh…</p> <p>This </a>is a long test wh…</p> <p>This…</p>

truncatewords_html 過(guò)濾器

}
}
}
}
}
}
}

顯示結(jié)果

This is a long test which will be cutted after some words. <div class=“foo”><ul class=“foo”><li class=“foo”><p class=“foo”>This is a long test …</p></li></ul></div> <p>This. is. a. long test. Test test, test….</p> <a name=‘link’ href=“https://….”><p class=“foo”>This </a>is a long test,…</p> <p>This </a>is a long test,…</p> <p>This is …</p>

問(wèn)題反饋可加技術(shù)微信:tsrz001
目錄