zoukankan      html  css  js  c++  java
  • 笑话xml结构

    <?xml version="1.0" encoding="UTF-8"?>
    <root>
      <one_title one_id="1">
          <two_title one_id="1" two_id="1" content="标题1">
              <three_title one_id="1" two_id="1" three_id="1" content="标题1_1" isReed="false">
                      ddddddddddddddddddddd
                      dddddddddddddddddddd
                      ddfdf234343
              </three_title>
              
              <three_title one_id="1" two_id="1" three_id="2" content="标题1_2" isReed="false">
                      ddddddddddddddddddddd
                      dddddddddddddddddddd
                      ddfdf234343
              </three_title>
          </two_title>
          
          <two_title one_id="1" two_id="2" content="标题2">
              <three_title one_id="1" two_id="2" three_id="1" content="标题2_1" isReed="false">
                      ddddddddddddddddddddd
                      dddddddddddddddddddd
                      ddfdf234343
              </three_title>
              
              <three_title one_id="1" two_id="2" three_id="2" content="标题2_2" isReed="false">
                      ddddddddddddddddddddd
                      dddddddddddddddddddd
                      ddfdf234343
              </three_title>
          </two_title>
      </one_title>
    </root>

  • 相关阅读:
    Linux C下的正则表达式
    中英文i18 vue参数传递
    es map的用法
    webpack中publicPath问题
    prop中如何获取vue data中的数据 中英文方案
    利用map reduce方法将对象转成数组
    WPF 踩坑笔记2
    WPF 踩坑笔记1
    RabbitMQ 高阶用法 之 x-expire 过期时间设置
    JANUSEC应用网关1.0发布,提供一站式安全交付能力
  • 原文地址:https://www.cnblogs.com/xinyuyuanm/p/3026066.html
Copyright © 2011-2022 走看看