這樣就能綁定data裡的imgUrl和link --> <img v-bind:src="imgUrl" alt="" /> <a v-bind:href="link">google</a> <!-- 語法糖,跟上面意思是一樣的--> <img ...
確定! 回上一頁