From 42bf8e8f07c0ed4288e8c847978112af0615d041 Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 29 五月 2025 17:34:04 +0800 Subject: [PATCH] 1.生成表格 --- H5/ScanTest.aspx.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/H5/ScanTest.aspx.cs b/H5/ScanTest.aspx.cs new file mode 100644 index 0000000..ffb8734 --- /dev/null +++ b/H5/ScanTest.aspx.cs @@ -0,0 +1,14 @@ +锘縰sing System; +using System.Collections.Generic; +using System.Linq; +using System.Web; +using System.Web.UI; +using System.Web.UI.WebControls; + +public partial class H5_Config : System.Web.UI.Page +{ + protected void Page_Load(object sender, EventArgs e) + { + + } +} \ No newline at end of file -- Gitblit v1.9.3