摘要: function PaintText(x, y, color, size, text, toLeft) { if (toLeft == undefined) { toLeft = true; } y += size;ctx.font = "normal " + size+"px arial";ctx 阅读全文
posted @ 2023-06-15 16:29 奇迹之耀 阅读(207) 评论(0) 推荐(0) 编辑
摘要: CookieContainer cookieContainer = new CookieContainer();//创建CookieContainer Cookie cookie1 = new Cookie("pac_uid","0_8535fa0a41922","/","qq.com"); coo 阅读全文
posted @ 2023-06-15 14:40 奇迹之耀 阅读(851) 评论(0) 推荐(0) 编辑