C癜正則はHtmlの画像の幅と高さを抽出します。イメージアップwidth and height 2039 ワード html C++ c 正規表現 同前 <noscript type=「text/javascript」><!>HTMLコードの中で、imgの書き方は大体以下の通りです。<img src=”…” alt=”…” width=”…” height=”…” />正規表現を用いてwidthとheightの値を抽出した。string str = "<img src=\"/upload/1.jpg\" width=\"100\" height=\"80\">"; string pattern = "width\\s?=\\s?\"(\\d+)\"\\s+height\\s?=\\s?\"(\\d+)"; System.Text.RegularExpressions.Regex regex = new System.Text.RegularExpressions.Regex(pattern, System.Text.RegularExpressions.RegexOptions.IgnoreCase); System.Text.RegularExpressions.Match m = regex.Match(str); if (m.Success) { string width = m.Groups[1].Value; //宽 string height = m.Groups[2].Value; //高 } <noscript type=「text/javascript」><!>http://www.zu14.cn/2009/01/20/csharp-shell-sys-datetime-window/“width=”0“height=”0" zoj 1905𞓜poj2406 Power Strings(KMP 124; 124;暴力)