一、先到官網上(https://github.com/alvarotrigo/fullPage.js)下載壓縮包html
二、引入文件git
三、佈局基本頁面結構github
四、實現全屏滾動(JS代碼)佈局
<
script
>
code
$(function(){
$('#fullpage').fullpage({
navigation:'true'
});
});
</
script
>