一定要用索引,而且删除的对象要是XMLList里面的元素,不然会报错,或者不能删除!

void{
in xmllist1){
){
   4:         delete xmllist1[item.childIndex()];
){
if(item.hasComplexContent())
   7:                arguments.callee(item.children());
   8:             }                             
   9:         }
  10:  }

相关文章:

  • 2021-10-25
  • 2021-05-23
  • 2021-12-16
  • 2022-02-14
  • 2022-12-23
  • 2022-12-23
  • 2022-01-19
  • 2022-01-14
猜你喜欢
  • 2022-12-23
  • 2021-06-12
  • 2021-08-13
  • 2021-09-13
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
相关资源
相似解决方案