我想在条件为真时调用目标backup.yes.
<condition property="directory.found.yes">
<equals arg1="${directory.found}" arg2="true"/>
</condition>
<antcall target="update.backup"/>
Run Code Online (Sandbox Code Playgroud)
有没有办法做到这一点.
我有一个json对象
[ "id", "birthday", "companymsgsthisperiod", "companythisperiodend", "cust_attr_boolean", "subscribed", "testgroup", "usermsgsthisperiod", "userthisperiodend" ]
Run Code Online (Sandbox Code Playgroud)
现在我想使用把手将这种类型的json对象添加到文件中
<div>/*json*/</div>
Run Code Online (Sandbox Code Playgroud)
任何人都可以帮助我度过难关吗?