示例#1
0
        private void button3_Click(object sender, EventArgs e)
        {
            jobJson = new JobJson();

            textBoxShouGetJson.Text = jobJson.GetDataJson(textBox1.Text);
            jobJson.SaveLinkJson(textBox1.Text);
        }