> For the complete documentation index, see [llms.txt](https://chanshiyu.gitbook.io/blog/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chanshiyu.gitbook.io/blog/qian-duan/note/01-note.md).

# 01 Note

## 001 解除 chrome 浏览器的跨域限制

```bash
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security
```
