protected void Page_Load(object sender, EventArgs e)
        {
            Image  jiaboyi = new Image ();
            jiaboyi.ImageUrl = "    ";
           
            this.PlaceHolder1.Controls.Add (jiaboyi);
        }
        怎么才能把图片添加到占位符中