结束页 meaning in Chinese
end page
Examples
- The only extra thing is that we check that the end page given is not less than the start page
唯一的额外工作是检查所给的结束页不小于起始页。 - We check whether either the start page or the end page number was greater than the total number of pages found and , if so , give an appropriate message
我们检查起始页号和结束页号是否大于总页数,若是,则给出适当的消息。 - When that condition is false , that is , the page counter is either less than the start page or greater than the end page , it does not write any output
当那个条件为假(也就是说,页计数器的值小于起始页或大于结束页)时,则selpg不再写任何输出。 - In either case , as long as the condition that the page counter value is between the start and end pages holds true , it outputs the text by line or by char
这两种情况下,只要页计数器的值在起始页和结束页之间这一条件保持为真, selpg就会输出文本(逐行或逐字) 。 - It does sanity checking on the page numbers given ; in other words , it checks that both numbers are valid positive integers and that the end page is not less than the start page
Selpg对所给的页号进行合理性检查;换句话说,它会检查两个数字是否为有效的正整数以及结束页是否不小于起始页。