How can I write a newline in a string in ColdFusion?

前端 未结 7 1032
孤街浪徒
孤街浪徒 2021-02-03 20:58

Currently I\'m putting newlines in strings through one of these two methods:



        
7条回答
  •  自闭症患者
    2021-02-03 21:31

    If you are into platform-independent development, you can do:

    
    

    For example, in your application.cfm/cfc or somewhere else high-level and use that.

提交回复
热议问题