尝试这个技巧定义一个 tab 变量并使用 html 十六进制实体。
<?xml version="1.0" encoding="UTF-8"?>
<project name="test" default="build" basedir=".">
<property name="tab" value="	" />
<target name="build">
<echo message="Run build task" />
<echo message="file row 1${line.separator}" file="log.txt" append="false" encoding="UTF-8" />
<echo message="file${tab}row${tab}2${line.separator}" file="log.txt" append="true" encoding="UTF-8" />
</target>
</project>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
1110 次 |
| 最近记录: |