jjzjj

html - 删除 <title> 标签内的引​​号

我用来生成This的代码与没有这个问题的代码是一样的(只是从不同的数据库列中提取)if(!string.IsNullOrEmpty(childspec.titlew)){wtitle=childspec.titlew;ltlMasterPageTitle.Text=HttpUtility.HtmlDecode(wtitle)+"";}else{wtitle=childspec.laytitle;ltlMasterPageTitle.Text="CompanyName-"+HttpUtility.HtmlDecode(wtitle);}这是执行输出的代码。如果是ELSE情况,则内容没有包