We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<stl:contents channelName="新闻发布" totalNum="3" order="AddDate"> <li class="swiper-slide"> <h3><stl:content type="Title" startIndex="5" length="10"></stl:content></h3> <stl:content type="Content" startIndex="5" length="10"></stl:content> <stl:a>更多内容>></stl:a> </li> </stl:contents>
` <stl:content type="Title" startIndex="5" length="10"></stl:content> 起作用了.
<stl:content type="Content" startIndex="5" length="10"></stl:content>不起作用.`
把标签 startIndex="5" length="10" 放 title 里面就可以限制。 放content 里面局不支持限制了。求解决。 6.10.1 sql版本
The text was updated successfully, but these errors were encountered:
No branches or pull requests
<stl:contents channelName="新闻发布" totalNum="3" order="AddDate"> <li class="swiper-slide"> <h3><stl:content type="Title" startIndex="5" length="10"></stl:content></h3> <stl:content type="Content" startIndex="5" length="10"></stl:content> <stl:a>更多内容>></stl:a> </li> </stl:contents>
` <stl:content type="Title" startIndex="5" length="10"></stl:content> 起作用了.
把标签 startIndex="5" length="10" 放 title 里面就可以限制。
放content 里面局不支持限制了。求解决。
6.10.1 sql版本
The text was updated successfully, but these errors were encountered: