我正在嘗試在 Pug 迭代中的列表組項目內容之前添加一個 font-awsome 圖標,但無法使其看起來有效。獲取list-group-item內容后的圖標很容易,但是之前怎么獲取(我試過一些方法都沒有成功)?- var x = list_content
.list-group.list-group
each val in x
.list-group-item=val
i.fal.fa-chart-line.fa-fw // this will generate the button after the content如何最有效地做到這一點?
Pug / Jade:在列表組項目內容之前添加 font-awsome 按鈕
慕哥6287543
2023-03-24 14:17:33