写法 | 输出 |
---|---|
<vt:editPath value="{$v1}" /> | |
<vt:editPath id="v2" value="{$v1}" /> | |
<vt:editPath name="v3" value="{$v1}" /> | |
<vt:editPath id="v4" name="v4" value="{$v1}" /> |
写法 | 输出 |
---|---|
<vt:editPath value="{$v1}" /> | |
<vt:editPath id="v2" value="{$v1}" /> | |
<vt:editPath name="v3" value="{$v1}" /> | |
<vt:editPath id="v4" name="v4" value="{$v1}" /> |