这里说的是IHTMLElement的insertAdjacentHTML方法

原型:insertAdjacentHTML(string where,string html)

http://msdn.microsoft.com/zh-cn/vsto/hh870012

where: 指定插入html标签语句的地方,有四种值可用:
1.beforeBegin: 插入到标签开始前
2.afterBegin:插入到标签开始标记之后
3.beforeEnd:插入到标签结束标记前
4.afterEnd:插入到标签结束标记后

相关文章:

  • 2022-12-23
  • 2021-12-08
  • 2021-11-14
  • 2022-12-23
  • 2022-03-07
猜你喜欢
  • 2021-11-06
  • 2022-12-23
  • 2021-11-23
  • 2021-05-25
  • 2021-12-28
  • 2021-06-24
相关资源
相似解决方案