wb.InsertHTML("form1","<p>1.请注意以信息的准确性;</p>")
wb.InsertHTML("form1","<p>2.申读学级均以入学年为级,如2018年秋读初一则为2018级;</p>")
With wb.AddButtonGroup("form1","btg1",False)
Dim bt2=.Add("btn2", "提交信息", "submit")
bt2.kind=1
bt2.attribute="style='border:1px solid black;border-radius:20px;'"
End With
e.WriteString(wb.Build)