传统的是这样
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
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用。你还可以使用@来通知其他用户。