1
我正在测试lungo框架,并通过阅读它们的示例(http://lungo.tapquo.com/howto/prototype),它不起作用。lungo框架不能与示例代码
我使用他们的框架代码:
<body class="app">
<section id="main" data-transition="">
<article id="main-article" class="active">
test.
</article>
</section>
<script src="components/quojs/quo.js"></script>
<script src="components/lungo/lungo.js"></script>
<script type='text/javascript'>
Lungo.init({
name: 'example'
});
</script>
</body>
我在控制台中没有错误。什么可能导致这个问题? 在此先感谢。
define *不起作用*。 – Raptor 2013-04-05 09:34:32
定义?你什么意思? – 2013-04-05 09:38:33
什么显示在屏幕上?我知道你没有错误,但屏幕上有什么?所有出现的“ – Raptor 2013-04-05 09:54:41