POST TIME:2021-05-14 14:52
本期講解【chapter 標(biāo)記】此標(biāo)記用于獲取圖書的章節(jié)列表,適用于book_book.htm,適用范圍:連載書庫.
本標(biāo)簽比較特殊,只適用于在book_book.htm模板文件使用!
一: 使用說明
二: 測試實(shí)例
由于此標(biāo)簽只適用于book_book.htm模板文件中,故測試實(shí)例也在此模板文件中進(jìn)行,示例代碼如下:
<div style="width:500px; margin-top:20px;"> 書名: <span style="font-size:15px; color:red;">{dede:field name='bookname'/} </span> {dede:chapter} <ul> <li>第{in:field name='chapnum'}{/in:field}章: {in:field name='chaptername'}{/in:field}-------{in:content}<a href=" [field:url/]">第[field:ch/]節(jié):[field:title/]</a>;{/in:content}</li> </ul> {/dede:chapter} </div>
返回結(jié)果如下所示: