当前位置:Gxlcms > html代码 > CSS文本上下标_html/css_WEB-ITnose

CSS文本上下标_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:7人阅读

public string GetHtml(object obj)        {            string result = "";            System.Text.RegularExpressions.Regex regex = new System.Text.RegularExpressions.Regex("{.*,.*,.*}");            string matchResult = regex.Match(obj.ToString()).ToString();            if (string.IsNullOrEmpty(matchResult))            {                result = obj.ToString();            }            else            {                string[] strs = matchResult.Replace("{", "").Replace("}", "").Split(',');                result = "";                result += "";                result += "";                result += "
" + strs[0] + "" + strs[1] + "
" + strs[2] + "
"; } return result; }



以上代码主要是为了获取3个值, strs[0]=759 strs[1]=+0.6 strs[0]=-0.4 这样用来显示上下



??

??

人气教程排行