一、先到官网上(https://github.com/alvarotrigo/fullPage.js)下载压缩包html
二、引入文件git
三、布局基本页面结构github
四、实现全屏滚动(JS代码)布局
<
script
>
code
$(function(){
$('#fullpage').fullpage({
navigation:'true'
});
});
</
script
>