為什么我設置圖片區域的高度跟寬度顯示會出錯。感謝老師回答。
myFocus.set({
id: 'picBox',
pattern: 'mF_fancy',
loadIMGTimeout: '0',
txtHeight: '0',
width:'1920px',
height:'480px',
});
myFocus.set({
id: 'picBox',
pattern: 'mF_fancy',
loadIMGTimeout: '0',
txtHeight: '0',
width:'1920px',
height:'480px',
});
2016-05-22
舉報
2016-05-22
你這寫的是樣式還是js?