0
我嘗試操縱sifr輸出。我想在它前面添加一些子彈(»)。 我在sifr 3 wiki找到了方法「modifyContentString」。但我無法獲得內容。我收到的只是一個[對象窗口]。什麼地方出了錯?modifyContentString返回[object Window]而不是「真實」內容
sIFR.replace(myFont, {
selector: '#sidebar li',
modifyContentString: function test() { return content; },
css: [
'.sIFR-root {font-size: 10px; text-transform: uppercase; }',
'a { text-decoration: none; }',
'a:link { color: #333333; }',
'a:hover { color: #9d9ea1; text-decoration: underline }'
]
});
就是這樣!非常感謝你。 – gefangenimnetz 2009-08-06 09:28:55