-
<%
if (notices.size() > 1) {
%>
<%
JSONObject r = notices.getJSONObject(1);
url = IConstant.toStaticURL("n.jsp?id=" + r.getString("id"), appid);
%>
- <%=r.getString("title")%>... <% } %> <% if (notices.size() > 2) { %> <% JSONObject r = notices.getJSONObject(2); url = IConstant.toStaticURL("n.jsp?id=" + r.getString("id"), appid); %>
- <%=r.getString("title")%>... <% } %> <% if (notices.size() > 3) { %> <% JSONObject r = notices.getJSONObject(3); url = IConstant.toStaticURL("n.jsp?id=" + r.getString("id"), appid); %>
- <%=r.getString("title")%>... <% } %>
<%=adtitle %>
-
<%
if(ads2!=null && !ads2.isEmpty()){
JSONArray jsonAds1 = JSONArray.fromObject(ads2);
if(jsonAds1.size()>=2){
for(int i=0;i
- "); out.println(adtitle1+""+adurl1+""); out.println(""); out.println("
"+adintroduce1+"
");
}
}
}
%>
<%=app.getString("phone")%>
<%=app.getString("email")%>






