摘要:
FF=[[]] for i in range(0,10): kk = [] for k in range(0,10): if(k==0): kk.append(i) else: kk.append(k) #print(kk) FF.insert(i,kk) print(FF) # 打印列表 for 阅读全文
posted @ 2024-06-08 06:52
®Geovin Du Dream Park™
阅读(5)评论(0)推荐(0)
编辑
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace GeovinDu.Ticket.Common { /// <summary> /// /// </summa 阅读全文
posted @ 2024-05-13 14:43
®Geovin Du Dream Park™
阅读(4)评论(0)推荐(0)
编辑
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Threading.Tasks; namespace WebAppPdfDemo { /// <summ 阅读全文
posted @ 2024-05-13 14:40
®Geovin Du Dream Park™
阅读(8)评论(0)推荐(0)
编辑