04 2022 档案

摘要:HTTP HTTP消息结构 客户端发送一个http请求到服务器的请求消息包括以下格式:请求行、请求头、空行和请求数据 请求报文的一般格式 服务器响应消息也由四个部分组成,分别是:状态行、消息报头、空行和响应正文 HTTP content-type Content-Type,用于定义网络文件的类型和网 阅读全文
posted @ 2022-04-11 13:18 亦茫茫 阅读(318) 评论(0) 推荐(0)
摘要:``` valueOf():当包装对象调用valueOf()方法,返回包装对象实例对应的原始类型值。 toString():返回对应的字符串类型 ``` 阅读全文
posted @ 2022-04-06 09:48 亦茫茫 阅读(24) 评论(0) 推荐(0)
摘要:加载渲染过程 父beforeCreate->父created->父beforeMount->子beforeCreate->子created->子beforeMount->子mounted->父mounted 销毁过程 父beforeDestroy->子beforeDestroy->子destroye 阅读全文
posted @ 2022-04-02 15:17 亦茫茫 阅读(28) 评论(0) 推荐(0)
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content 阅读全文
posted @ 2022-04-01 17:26 亦茫茫 阅读(54) 评论(0) 推荐(0)