綁定data 中的參數值到html 元素屬性的設定值上. <input type="button" v-bind:value="test"> <!-- 縮寫: --> <input type="button" :value="test">.
確定! 回上一頁