QQ空间导出助手
个人中心
留言板
主人寄语
<%:=authorInfo.message%>
留言板(<%:=total%>)
<%/* 遍历年份 */%> <%for (var yearMap of boardMaps) {%>
<%for (var monthMap of yearMap[1]) {%>
<%for (let index = 0; index < monthMap[1].length; index++) {%> <%const board = monthMap[1][index]%> <%total = total -1%>
<%:=API.Common.formatContent(board.nickname)%>
#<%:=total + 1 %>
<%:=API.Utils.formatDate(board.pubtime)%>
<%:=API.Common.formatContent(board.htmlContent,'HTML', false, true)%>
<%if(board.replyList){%>
<%for (var reply of board.replyList) {%>
<%:=API.Common.formatContent(reply.nick)%>
<%:=API.Utils.formatDate(reply.time)%>
<%:=API.Common.formatContent(reply.content)%>
<%}%>
<%}%>
<%}%> <%}%> <%}%>
<%:=API.Utils.formatDate(board.pubtime)%>
<%:=API.Utils.formatDate(reply.time)%>