Coldfusion writeOutput 代码生成?
我正在使用几个 ColdFusion 函数动态生成一个网站,它们使用 writeOutput() - 问题是我只在一行上生成代码。所以我在那条长线上遇到错误,我不知道如何调试它。有没有办法在某些点进行换行以使生成的源代码更具可读性?
I am generating a website dynamically with a couple of ColdFusion functions, they use writeOutput() - the problems is that I get the code generated on one line only. So I get an error on that long line and I am not sure how to debug it. Is there a way to do a newline at certain points so that the source code generated is more readable ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您正在动态编写 Coldfusion 代码吗?这似乎是一场噩梦,除非它是一些尖端应用程序,否则可能完全没有必要。
但是,是的,您可以附加换行符。请参阅此问题:如何编写换行符在 ColdFusion 中的字符串中?
You're dynamically writing Coldfusion code? That seems like a nightmare, and unless it's some cutting edge app, probably wholly unnecessary.
But, yes you could append newline chars. See this question: How can I write a newline in a string in ColdFusion?