首頁部落格DEBUG 模式才顯示文字 DEBUG 模式才顯示文字 .NET ez 2011-11-29利用 #if DEBUG,並在區段中加入要顯示的文字,將 web.config 的 debug mode 設定為 true,就可以輸出資料,再將 debug mode 設定為 false,就可以隱藏資料! #if DEBUG Response.Write("要輸出的資訊"); #endif標籤: .NET本文章網址: https://www.ez2o.com/Blog/Post/csharp-debug-mode-write-msg https://www.ez2o.com/Blog/Post/9我要留言 我不是機器人! 留言 相關文章.Net MVC 使用ApiController讀取用戶IPThread 基本運用.Net 隱藏 ASP.NET 版本編號 X-AspNet-VersionDictionary 效能測試.Net 指定程式 視窗 最大化 最小化