企业🤖AI智能体构建引擎
,智能编排和调试,一键部署,支持私有化部署方案
广告
[TOC] ## cookie - 存储量太小,只有4KB - 所有http请求都带着,会影响获取资源的效率 - API简单,需要封装才能用 `document.cookie` ## session_Storage 和 localstorage - HTML5专门为存储而设计,最大容量5M - APi简答易用 - localstorage. setitem(key, value); localstorage getitem(key)
空白目录
Js 基础知识
异步和单线程
原型和原型链
Js-Web-Api
Ajax
储存
模块化
性能优化
jQuery