我正在编写一个游戏,我希望实现一个脚本,根据html中的所有这些内容,在文本上创建不同的游戏。但它不起作用并显示旧标题。
我做错了什么?这是我的代码:
private void Form1_Load(object sender, EventArgs e)
{
cmd = new SqlXmlCommand(strConn);
cmd.RootTag = "ROOT";
cmd.CommandText = "Employees";
cmd.CommandType = SqlXmlCommandType.XPath;
cmd.SchemaPath = Application.StartupPath + @"\employees.xsd"; // Overhead
ds = new DataSet();
da = new SqlXmlAdapter(cmd);
da.Fill(ds);
dataGridView1.DataSource = ds.Tables[0].DefaultView;
}
private void button1_Click(object sender, EventArgs e)
{
da.Update(ds);
}
答案 0 :(得分:1)
您应该参考“customegotext”来更改OLDHeader document.getElementById(“customegotext”)的内容.innerHTML =“newheader”