After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:PHP function file contains function
include require 引用公共文件
2018-03-260个赞
Courses in the relevant section:Constructor
__construct()
2018-05-020个赞
Courses in the relevant section:destructor
__de struct()
2018-05-020个赞
Courses in the relevant section:Two columns_fixed on the right_adaptive on the left
这样更直接 <!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个赞