为了账号安全,请及时绑定邮箱和手机立即绑定

颜色显示不出来

function randomColor(){
    let r=Math.ceil(Math.random()*255);
    let g=Math.ceil(Math.random()*255);
    let b=Math.ceil(Math.random()*255);
    return "(" + r + "," + g + "," + b + "," + "0.8)";
}
$(document).ready(function(){

    var colors=[];
    for (let i = 0; i <4; i++) {
        colors.push(randomColor())
    }

    $('#fullpage').fullpage({
        sectionsColor:colors,
    });
    
  这样颜色为什么颜色为什么显示不出来?

正在回答

0 回答

举报

0/150
提交
取消
FullPage.js全屏滚动插件
  • 参与学习       43827    人
  • 解答问题       202    个

基于jQuery的全屏滚动效果插件,让翻页显得格外的高端大气上档次

进入课程

颜色显示不出来

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信