e媒网络

一切皆可能 e媒网络 http://www.eMay.net

博客园 首页 新随笔 联系 订阅 管理

2022年6月16日 #

摘要: 算法部分代码: def GetList(iMax): intList=[] for i in range(1,iMax+1): if(i%7==0): intList.append(i) return intList 前端部分代码: <!DOCTYPE html> <html> <head> <ti 阅读全文
posted @ 2022-06-16 16:37 e媒网络技术团队 阅读(75) 评论(0) 推荐(0) 编辑