The use of limit in the weaving dream (call the specified article under the specified ID), weaving dream limit
The usage of limit is generally understood as: invokes the specified article under the specified ID.
Here is the code snippet, the friend you need to take it by yourself:
{dede:arclist typeid= ' 6 ' row= ' 1 ' limit= ' 0,1 '}<Li><ahref= "[field:arcurl/]"Target= "_blank"rel= "nofollow" > <imgclass= "Zhuanjia_img"src="" />
a><H3><ahref= "[field:arcurl/]"Target= "_blank">[field:title/]
a>
H3> <P><span>Brief introduction:
span>[Field:description function= "Cn_substr (@me, 55)"/] ...<astyle= "color: #C2316C;"href= "[field:arourl/]">Details
a>
P><Divclass= "Z11"><Divclass= "Gz1"><ahref= "[field:arcurl/]"rel= "nofollow" >Detailed Introduction
a>
div> <Div class= "GZ2"
><a href= "javascript:void (0)" onclick= " Openchat () " target=" _blank " rel=" nofollow " > Online Enquiry
a>
div>
div>
li>{/dede:arclist}
The above code called the ID 6 under the column 1 (starting from the first number, Fetch 1 article)
Limit is a flexible number tag that takes out the specified article.
limit= ' 0,1 ', which represents 1 articles starting from the first article.
Limit= ' A ', which means 1 articles starting from the second article.
limit= ' 2,3 ', which represents 3 articles starting from a third article.
And so on, the usage is somewhat similar to the row tag, but more flexible than row.
http://www.bkjia.com/PHPjc/1056405.html www.bkjia.com true http://www.bkjia.com/PHPjc/1056405.html techarticle The usage of limit in the dream is explained in detail (invoking the specified article under the specified ID), the usage of the dream limit limit can be broadly understood as: invokes the specified article under the specified ID. Here is the code snippet, which requires ...