摘要:
前台 <asp:Label ID="lbtitle" runat="server" Visible="false" Text='<%#DataBinder.Eval(Container.DataItem,"title") %>'></asp:Label> 后台 string name = ((Lab 阅读全文
摘要:
<html xmlns="http://www.w3.org/1999/xhtml"><head id="Head1" runat="server"> <title></title> <link rel="stylesheet" href="libs/zTree_v3-master/css/zTre 阅读全文
摘要:
#region excel 转为数据库记录 /// <summary> /// excel 转为数据库记录 /// </summary> /// <param name="tbname">表名</param> /// <param name="filePath">文件路径</param> publi 阅读全文