首頁部落格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我要留言 我不是機器人! 留言 相關文章C# 取得 CPU 平均 溫度Windows 10 IoT 自製雲端 智慧電源 網路電源 ( Raspberry Pi 2 )Windows 10 IoT 網頁控制燈泡閃爍 Web Blinky 範例 ( Raspberry Pi 2 ).Net C# 關閉Process中的程式 利用taskkill及tskill防止XSS攻擊套件 Microsoft Anti-Cross Site Scripting Library