Replace value in string c# not working

前端 未结 5 2037
梦如初夏
梦如初夏 2020-12-04 03:37
            
                
                   


        
5条回答
  •  臣服心动
    2020-12-04 04:18

    You should save the result of Replace: _viewPath = _viewPath.Replace("tbody", "table");

提交回复
热议问题