Après avoir suivi, vous pouvez suivre ses informations dynamiques en temps opportun
Cours dans la section correspondante:Le fichier de fonction PHP contient la fonction
include require 引用公共文件
2018-03-260个赞
Cours dans la section correspondante:Constructeur
__construct()
2018-05-020个赞
Cours dans la section correspondante:destructeur
__de struct()
2018-05-020个赞
Cours dans la section correspondante:Deux colonnes_fixes à droite_adaptatives à gauche
这样更直接 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .div1{ width: 200px; height: 600px; background-color: #ccc; float: right; } .div2{ height: 600px;background-color: red; } </style> </head> <body> <div class="div1">1</div> <div class="div2">2</div> </body> </html>
2018-03-240个赞