2026年4月

"--disable-web-security --user-data-dir=""d:\temp\chrome_dev"" --disable-features=UserEducation --simulate-outdated-no-au=""Tue, 31 Dec 2099 23:59:59 GMT"" --test-type --hide-crash-restore-bubble --restore-last-session=false"

"--incognito“ 沙盒模式 不能用

  1. 常用方法

    #Header
    *斜體*
    **粗體**
    ***粗斜體***
    >引用
    超鏈接[notes](url)
    圖片[notes](url)
    代碼塊  反引號
    1. 2. 3. 列表
    - 無序列表
    段落用空行
    換行   
    分割線  ***  ---  _
    轉義   \
    html用法
    表格
  2. 實例
  • img:
    notes
  • 代碼塊:

    #python
    def hello(): 
        print("hello world!")
  • 表格

    nameagetel
    king2233
  • html

    1.<span style="color:red; font-size:32px">html span</span>
    2.<pre>hello world!          wa</pre>
    3.<code>print("hello world!")</code>

    html span

    hello world!          wa

    print("hello world!")




  1. 注意事項