ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、视频、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
# E.4 HeadFilter This filter reads the first `n` lines of a file; the others are not further passed through the filter chain. Usage example: ``` <filterchain> <headfilter lines="20" /> </filterchain> ``` Table E.4:聽 Attributes for the `<headfilter> `tag NameTypeDescriptionDefaultRequired`lines``Integer`Number of lines to read.10No`skip``Integer`Number of lines to skip (from the beginning).0No