2024年6月1日发(作者:)
public Form1()
{
InitializeComponent();
= new (pPath + "", te);
ForScripting = this;
}
public void SetDetailContent()
{
Script("setContent", new object[] { content });
}
public string GetContent()
{
return content;
}
public void RequestContent(string str)
{
content = str;
= content;
}
private void richTextBox1_TextChanged(object sender, EventArgs e)
{
if (d)
{
content = ;
SetDetailContent();
}
}
private void webBrowser1_Resize(object sender, EventArgs e)
{
h();
}
}
}


发布评论