摘要:
算法部分代码: 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媒网络技术团队
阅读(96)
评论(0)
推荐(0)