会员可以在此提问,尚新途老师有问必答

对大家有帮助的问答会被标记为“推荐”,看完课程过来浏览一下别人提的问题,会帮你学得更全面

截止目前,同学们一共提了128793个问题
微信用户2023-08-01 18:45:00

image.pngimage.png地址好像失效了

相关课程:WEB前端全系列/第五阶段:前后端交互/网络请求AJAX
codeBitch_havingFun2023-08-01 05:09:44

老师您好


我这边课件下载不下来 还要让我下载百度网盘用户端 我不想下载太占内存了 老师能邮件给我吗

相关课程:WEB前端全系列/第六阶段:音乐社区高级项目模块/音乐社区项目_蓝莓派
 2023-07-27 21:36:03
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>

    <style>
        .square {
            width: 400px;
            height: 400px;
        }
        .left{
            float: left;
            width: 200px;
            height:200px;
            background-color: cyan;
        }
        .right {
            float: left;
            width: 200px;
            height: 400px;
            background-color: chocolate;
        }
        .top {
            width: 200px;
            height: 200px;
            background-color: antiquewhite;
        }

        .bottom {
            width: 200px;
            height: 200px;
            background-color: aquamarine;
        }

       
    </style>

</head>

<body>

    <div class="square">
        <div class="left">
            <div class="top"></div>
            <div class="bottom"></div>
        </div>
        <div class="right"></div>
    </div>
   
   

</body>

</html>


相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/初识CSS
 2023-07-27 21:34:20
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>

    <style>
        .square{
            width: 600px;
            height: 600px;
            background-color: antiquewhite;
        }
        .left{
            float: left;
            width: 200px;
            height: 600px;
            background-color: pink;
        }
        .right{
            float: right;
            width: 400px;
            height: 600px;
            background-color: green;
        }
        .top{
            width: 400px;
            height: 300px;
            background-color: springgreen;
        }
        .zuo{
            float: left;
            width: 200px;
            height: 300px;
            background-color: blue;
        }
        .you{
            float: right;
            width: 200px;
            height: 300px;
            background-color: chocolate;
        }
    </style>

</head>
<body>
   
    <div class="square">
        <div class="left"></div>
        <div class="right">
            <div class="top"></div>
            <div class="bottom">
                <div class="zuo"></div>
                <div class="you"></div>
            </div>
        </div>
    </div>

</body>
</html>


相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/初识CSS
初初2023-07-27 19:36:14

image.png

这里的idx设置这样设置会不会好一点,要不然的话点击向右,指示器是向左跳动的,当然这里是无伤大雅的。

相关课程:WEB前端全系列/第二阶段:JavaScript编程模块/DOM模型
warrior安野2023-07-25 08:01:33

这个注释标签<!--wode-->

中间必须要有空格吗?

相关课程:WEB前端全系列/第一阶段:HTML5+CSS3模块/前端入门与基础知识
w2023-07-22 23:45:45

老师,我这个啥问题呀,ES6运行的起,但是编译ES5出错屏幕截图 2023-07-22 234407.png

相关课程:WEB前端全系列/第十一阶段:前端工程化/Webpack
w2023-07-18 21:54:13

老师,这个是啥问题呀,这个为什么我这个路由链接都打不开。


相关课程:WEB前端全系列/第十阶段:Nodejs编程模块/Express框架
君归2023-07-17 22:55:29
<script>
    if (2 / 2 == 0) {
      console.log("你算对了");
    }
  </script>

这个语句为什么没有显示出来,是不能在表达式中算数吗

相关课程:WEB前端全系列/第二阶段:JavaScript编程模块/运算符_数据类型和流程循环语句
sirius_lh2023-07-17 02:54:08

image.png

我按需引入后,引用组件报这个错

相关课程:WEB前端全系列/第十九阶段:Vue3企业级项目/Vue3企业级项目
gtvtv2023-07-15 09:30:30

这边要是使用了搜索功能,出来的数据就不能分页了。怎么解决

相关课程:WEB前端全系列/第十九阶段:Vue3企业级项目/Vue3企业级项目

©2014-2023 百战汇智(北京)科技有限公司 All Rights Reserved 北京亦庄经济开发区科创十四街 赛蒂国际工业园
网站维护:百战汇智(北京)科技有限公司
京公网安备 11011402011233号    京ICP备13018289号-12    营业执照    经营许可证:京B2-20212637