function Controller(callback) { var models = {}; // 找到所有有bind屬性的元素var views = document.querySelectorAll('[bind]'); // 將views處理 ...
確定! 回上一頁