06 2020 档案

摘要:[e:loop={'select * from [!db.pre!]enewsclass where bclassid in(1) order by rand() desc limit 10',10,24,0}] <? if($bqr['classurl']=='') { $sccurl=$publ 阅读全文
posted @ 2020-06-18 23:38 kuba8 阅读(335) 评论(0) 推荐(0)
摘要:import math def getNum(limit_num,num): if num%limit_num==0: print(num) else: num=math.ceil(num/limit_num)*limit_num print(num) if __name__ == '__main_ 阅读全文
posted @ 2020-06-08 10:11 kuba8 阅读(427) 评论(0) 推荐(0)