title: TodoMVC type: examples order: 11
本例是一个完全和规范一致的 TodoMVC 实现,只用了 120 行有效的 JavaScript (不包含注释和空行)。
<p class="tip">Note that if your web browser is configured to block 3rd-party data/cookies, the example below will not work, as the localStorage
data will fail to be saved from JSFiddle. You'll have to click on Edit in JSFiddle
to see the live result.</p>
<iframe width="100%" height="500" src="https://jsfiddle.net/yyx990803/4dr2fLb7/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>