new Vue({ el: '.box', data: {}, methods: { get: function() { axios({ method: 'post', url: 'post.php', data: { a: '1' } }).then(function(response) ...
確定! 回上一頁