本帖最后由 kerryhe 于 2012-12-15 13:22:33 编辑

解决方案 »

  1.   

    data="/user-Comm-getcomm-od-1" data 是自定义的属性
    /user-Comm-getcomm-od-1 是data的值
    看样子是 表示文件夹
      

  2.   

    能有什么原理?主要配合js来用<a id="test"  href="javascript:void(0);" data="/user-Comm-getcomm-od-1">click me </a>
    <script type="text/javascript">
    document.getElementById('test').onclick = function(){
    alert( this.getAttribute('data') );
    }
    </script>