学习进度_第十五周

PHP电商系统实践

编码时间:课上2+课下12

博客:0

学习的知识:

本周主要是做了php大作业,酒水电子商务系统,利用学过的知识,完成系统的开发。当然,团队作业,分到自己的任务是主要界面搭建,同时又增加了管理员的部分功能的实现。

新学到的知识是frame框架,能够将页面划分,frame和body标签不能同时使用

index.php

 <!--框架样式-->
    <frameset rows="95px,*" frameboder="no" border="0">
        <frame class="top" src="top.php" frameborder="no" noresize="noresize" >
        <frameset cols="200px,*" frameboder="no" border="0">
            <frame src="left.php" frameborder="no" noresize="noresize" >
            <frame  noresize="noresize"  src="right.php" name="right" frameborder="0">
        </frameset>
    </frameset>

right.php

主要作为其他页面的投射位置,将其他页面直接在right位置展示

left.php top.php 同上

 

转载于:https://www.cnblogs.com/flw0322/p/10995506.html

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值