这是哪个模板引擎?

发布于 2024-07-28 22:15:06 字数 402 浏览 4 评论 0原文

在我目前的工作地点,我们必须使用一个网络服务,该服务与我们提供给它的文本模板一起使用。 现在我们想在代码中的其他地方使用这些模板,所以我想知道可能是什么模板语言,以及它是否是一些现成的或离线的软件。 它可能是来自 Java 或 .NET 世界的东西,但本质上可以是任何东西。

它具有以下标记:

  • $$variable$$
  • @@function@@
  • @@function_call[$$parameter$$]@@
  • 条件: @@IF[$$boolen$$]@@THEN@@Text@@[ELSE@@Text@@]ENDIF@@

有人认识这个吗?

At my current place of work we have to use a web-service which works with a text template we feed to it. Now we would like to use those templates at other places in code and so I wondered what template language that could possibly be and if it's some off-the-shelf or off-the-net software. It's presumably something from Java or .NET world, but can be essentially anything.

It's got the following tokens:

  • $$variable$$
  • @@function@@
  • @@function_call[$$parameter$$]@@
  • Condition: @@IF[$$boolen$$]@@THEN@@Text@@[ELSE@@Text@@]ENDIF@@

Does someone recognize this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(2

似狗非友 2024-08-04 22:15:06

它似乎是一个本土的模板系统。 至少不是:

  • Velocity (Java)
  • StringTemplate (Java)
  • FreeMarker (Java)

it seems an home-grown templating system. At least it is not:

  • Velocity (Java)
  • StringTemplate (Java)
  • FreeMarker (Java)
尤怨 2024-08-04 22:15:06

@@看起来真的很严峻@@,$$由一个@@@毫无意义@@@的人制作$$,让东西看起来有吸引力 $当$写下:@@@@@@ $$$$[][]

如果它是实际产品或开源模板引擎的语法,我会感到惊讶。

@@Looks like a really grim one@@, $$made$$ by someone with @@@no sense@@@ of making things loook attractive $when$ written:@@@@@@$$$$[][]

I would be surprised if it was the syntax of an actual product or open-source template engine.

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