那是我夕阳下的奔跑——对象编程和模块编程

传统的是这样ide

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.net

相关文章
相关标签/搜索