5条回答 余生分开走 (楼主) 2020-12-04 04:14 Replace is a function actually, and does return the results. You have to do it this way : var Result = _viewPath.Replace("tbody", "table"); where Results contains the result of the transformation. 0 讨论(0) 查看其它5个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Replace is a function actually, and does return the results. You have to do it this way :
Replace
var Result = _viewPath.Replace("tbody", "table");
where Results contains the result of the transformation.