We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7b19a commit e223de8Copy full SHA for e223de8
1 file changed
DownloadAllContent/README.md
@@ -77,7 +77,7 @@
77
- 透過選擇器抓取
78
`a.links@@@@@@next:{a.next}`
79
- 透過程式碼生成
80
- <code>a.links@@@@@@next:{{return await getNextElement() }}</code> 可以用多層 `{}` 來避免程式碼中出現大括號產生的問題
+ <pre><code>a.links@@@@@@next:{{return await getNextElement()}}</code></pre> 可以用多層 `{}` 來避免程式碼中出現大括號產生的問題
81
82
<a id="example"></a>
83
### 自定義下載範例,打開目錄頁點擊【自定義下載】粘貼後使用,僅爲規則實例引導,有出入請自行修改
0 commit comments