可以使用nr來實現,但要注意一下特殊字元處理,Insus.NET用@放在字串前。 複製程式碼 程式碼如下: string s = @" 1 nr 2 nr 3 "; Response.Write("alert('" s "')" "ipt>"); 運作效果: 運作效果: