那是我旭日下的奔驰——对象编程和模块编程

传统的是如许

   var current = null;
    var labels = {
        'home': 'home',
        'articles': 'articles',
        'contact': 'contact'
    };
    function init() {
    };
    function show() {
        current = 1;
    };
    function hide() {
        show();
    };

<iframe width=”100%” height=”300″ src=”//jsfiddle.net/r297vohz/embedded/” allowfullscreen=”allowfullscreen” frameborder=”0″></iframe>
不支持iframe

    原文作者:当下的七炎
    原文地址: https://segmentfault.com/a/1190000002555078
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞