Home > Backend Development > PHP Tutorial > 浏览请求php css js过程是怎样的

浏览请求php css js过程是怎样的

WBOY
Release: 2016-06-06 20:11:38
Original
1006 people have browsed it

我打开浏览器 输出一个请求php的 发现css js php image都是独立请求的 这是什么原理呢

回复内容:

我打开浏览器 输出一个请求php的 发现css js php image都是独立请求的 这是什么原理呢

就是一个一个请求下来,然后浏览器读进文件,通过解析相应的标签,然后通过排版最后根据排版的结果画出相应的界面

解析html,构架语法树,提取其中的css和js节点,发起http请求

Related labels:
php
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template