<script type="text/javascript">

    $(function() {
    
        $('#tree').tree({
            url: 'test.ashx'
        })


    })

</script>
</head>
<body class="easyui-layout">
    <div region="north" border="false" style="overflow: hidden; height: 60px; background: #A4BED4;">
        <h2>
            Border布局</h2>
    </div>
    <div region="south" split="true" style="height: 60px; background: #efefef;">
    </div>
    <div region="west" split="true" title="Menu1" style="width: 150px;">
   
<ul >

    </div>
</body>
</html>

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-04-29
  • 2021-11-26
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2021-08-30
猜你喜欢
  • 2021-11-02
  • 2021-11-01
  • 2021-06-17
  • 2021-09-09
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
相关资源
相似解决方案