Coldfusion writeOutput 代码生成?

发布于 2024-12-13 06:30:07 字数 123 浏览 0 评论 0原文

我正在使用几个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

后知后觉 2024-12-20 06:30:07

您正在动态编写 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?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文