如果提示缺少结束符,可以试着把字符串中德回车给去掉。
如果其实缺少‘}’,可以用"替代‘
string content = string.Format(@"<img style="float:top;margin:4px" id="imgDevice" src="wheelbucket1.jpg" width="400" height="150" title="DeviceImg"/><br/><b>设备类型:</b>{0}   <b>设备编号:</b>{1}<br/><b>设备位置:</b>{2}<br/><b>工作状态:</b>{3}   <b>健康状态:</b>{4}<br/><hr color="#987cb9"/><a style="text-decoration:underline;color:#2679BA;" href="#">设备信息</a>>>  <a style="text-decoration:underline;color:#2679BA;" href="#">主要监控参数</a>>>  <a style="text-decoration:underline;color:#2679BA;" href="#">具体设备监控界面</a>>>  ",eqpType, eqpNum, eqpLoc, eqpWorkState, eqpHealthState);