<div id="app"> {{ text }} </div> <script> var app = new Vue({ el: '#app', data: { text: '這是一段話' } }); </script> ... VueJS是以資料狀態操作畫面 ...
確定! 回上一頁