摘要:
public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void Form1_Load(object sender, EventArgs e) { } //POST方法 public string GetPage(string posturl,string postData) { Stream o... 阅读全文
摘要:
效果图:窗体设计器生成的代码:namespace ImageCompact{ partial class MainForm { /// /// 必需的设计器变量。 /// private System.ComponentModel.IContainer components = null; /// /// 清理所有正在使用的资源。 /// /// 如果应释放托管资源,为 true;否则为 false。 protected override void ... 阅读全文