chrome 關閉各種彈窗提示參數
"--incognito --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"
"--incognito --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"
常用方法
#Header
*斜體*
**粗體**
***粗斜體***
>引用
超鏈接[notes](url)
圖片[notes](url)
代碼塊 反引號
1. 2. 3. 列表
- 無序列表
段落用空行
換行
分割線 *** --- _
轉義 \
html用法
表格
代碼塊:
#python
def hello():
print("hello world!")表格
| name | age | tel |
|---|---|---|
| king | 22 | 33 |
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!")
