摘要:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title></title> <meta charset="utf-8" /> <style> * { padding:0px; m 阅读全文
posted @ 2021-05-28 15:43
猴猴手记
阅读(161)
评论(0)
推荐(0)
摘要:
<html> <head> <meta charset="utf-8" /> <title></title> <style> .wrap { width: 100px; height: 100px; margin: 150px; position: relative; } .cube { width 阅读全文
posted @ 2021-05-28 15:42
猴猴手记
阅读(446)
评论(0)
推荐(0)
摘要:
1、至少有一个数字:([0-9]+) 2、表示至少有一个汉字:([^/]+) 3、截取字符串(截取内容中所有a标签中的链接) string[] link = Regex.Split(sArray[i], @"<a[^>]*href=(""(?<href>[^""]*)""|'(?<href>[^'] 阅读全文
posted @ 2021-05-28 10:23
猴猴手记
阅读(40)
评论(0)
推荐(0)