Files
g.hnyhua.cn/Mtxfw.VipSite/Photo_upload0.aspx.cs
2026-02-07 15:48:27 +08:00

24 lines
532 B
C#

using System;
using System.Collections.Generic;
using System.Data;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Text;
using Newtonsoft.Json;
using System.IO;
namespace Mtxfw.shop
{
public partial class Photo_upload0 : System.Web.UI.Page
{
public string strQX = "", imgurl = "", imgurl2 = "", imgPath = "";
protected void Page_Load(object sender, EventArgs e)
{
if (!Page.IsPostBack)
{
}
}
}
}