摘要: var elmnt = new XElement("div", new XAttribute("id", "myDiv"), new XRaw("<span id='content'>hello world</span>") ); public class XRaw : XText { public 阅读全文
posted @ 2021-01-05 13:32 pandalight 阅读(122) 评论(0) 推荐(0) 编辑
摘要: 样式属性:width:500px;text-overflow:ellipsis;overflow: hidden; white-space: nowrap; <div style="text-align:left;line-height:40px;padding-left:3px;max-width 阅读全文
posted @ 2021-01-05 13:30 pandalight 阅读(1105) 评论(0) 推荐(0) 编辑