Changes between Version 13 and Version 14 of API/BBS/Get-All-Posts-From-Specify-Topic


Ignore:
Timestamp:
05/24/2011 04:47:06 PM (15 years ago)
Author:
pangchongyang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • API/BBS/Get-All-Posts-From-Specify-Topic

    v13 v14  
    5151splits = X-Page.split(",") 
    5252current_page_num = splits[0] 
    53 total_posts = splits[1] 
    54  
    55 total_page = total_posts / PAGINATION_SIZE; # 一共有多少页 
     53total_page = splits[1] # 一共有多少页 
    5654}}} 
    5755