[摘要]RegexOptions.IgnoreCase); str = Regex.Replace(str, @"\[dir=(?<width>[0-9]+?),(?<heigh...
RegexOptions.IgnoreCase);
str = Regex.Replace(str, @"\[dir=(?<width>[0-9]+?),(?<height>[0-9]+?)](?<url>.+?)\[/dir]", "<object classid=clsid:166B1BCA-3F9C-11CF-8075-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=7,0,2,0 width=${width} height=${height}><param name=src value=${url}><embed src=${url} pluginspage=http://www.macromedia.com/shockwave/download/ width=${width} height=${height}></embed></object>", RegexOptions.Compiled
关键词:ubb代码转化html代码