zoukankan      html  css  js  c++  java
  • 【ANT】description元素和属性

     1 <?xml version="1.0" ?>
     2 <project default="test">
     3     <description>
     4         description element and attribute
     5         <!--description单词勿拼错-->
     6     </description>
     7     <target name="test" description="demo description element and attribute">
     8         <!--and不能用&代替-->
     9     </target>
    10 </project>

    运行结果:

    C:UsersxiongjiaweiDesktopingant_demo>ant
    Buildfile: C:UsersxiongjiaweiDesktopingant_demouild.xml

    test:

    BUILD SUCCESSFUL
    Total time: 0 seconds

  • 相关阅读:
    清单
    1
    s
    模块系统的演进
    改radio样式
    前端css库
    疑惑
    收藏
    事件
    社保档案
  • 原文地址:https://www.cnblogs.com/xiongjiawei/p/6527237.html
Copyright © 2011-2022 走看看