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) { } } } }