[ASP.net] 使用動態圖片 套 Colorbox 效果打開後亂碼
動態產生的圖,套用colorbox 會呈現一堆亂碼的樣子: 解決方式有兩種 1.由JS解決: $(document).ready(function(){ $(".group3").colorbox({ photo:true }); }); 2.動態產生圖要記得下ContentType Response.ContentType = "image/JPEG"