ASP.NET MVC 預設Response 是用UTF-8 編碼, 我刻意再加上Content-Type text/html; charset=utf-8 明示。 public class HomeController : Controller { ...
確定! 回上一頁