This topic created in 906 days ago, the information mentioned may be changed or developed.
css 中一个路径前置冒号是什么意思?
down-button { image: url(:/images/spindown.png) }
搜了一下,动态路径?
那么,动态和静态的区别是什么?
动态是不是指可以程序中更换图片(或图标),静态不能,静态只能通过重载 css 更换这个图?
ps: 写 pyqt 遇到的,不是 html
Supplement 1 · Nov 4, 2023
原来是相对路径的意思,搞清了