摘要: 不同空格符号的区别   半角的不断行的空白格(推荐使用)   半角的空格   全角的空格 详细的含义:  :这是我们使用最多的空格,也就是按下space键产生的空格。在HTML中,如果你用空格键产生此空格,空格是不会累加的(只算1个)。要使用html实体表示才 阅读全文
posted @ 2023-02-04 22:12 Biyuanguang 阅读(12) 评论(0) 推荐(0) 编辑
摘要: String s = String.Format("select * from Price_ItemDepts where FeeDeptID={0}{1}{2}", $"'{deptID}'", string.IsNullOrEmpty(categoryID) ? "" : $" and 项目编码 阅读全文
posted @ 2023-02-04 21:38 Biyuanguang 阅读(23) 评论(0) 推荐(0) 编辑
摘要: @Html.ActionLink("开展项目", "IndexItemDept", new { Controller = "Price_ItemDepts", iD = item.AutoID, deptID = item.FeeDeptID}) 注意,分别为显示文本,action,controll 阅读全文
posted @ 2023-02-04 21:17 Biyuanguang 阅读(10) 评论(0) 推荐(0) 编辑