1 //當遇到button上添加圖片,不顯示圖片,而顯示藍色,解決方案 2 //1.button的類型,改爲UIButtonTypeCustom 3 //2.button的set使用setBackgroundImage,不使用setImage 4 //注:實質,UIButtonTypeSystem這種樣式,系統內部會對image和titleLabel作處理