这是哪个模板引擎?
在我目前的工作地点,我们必须使用一个网络服务,该服务与我们提供给它的文本模板一起使用。 现在我们想在代码中的其他地方使用这些模板,所以我想知道可能是什么模板语言,以及它是否是一些现成的或离线的软件。 它可能是来自 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它似乎是一个本土的模板系统。 至少不是:
it seems an home-grown templating system. At least it is not:
@@看起来真的很严峻@@,$$由一个@@@毫无意义@@@的人制作$$,让东西看起来有吸引力 $当$写下:@@@@@@ $$$$[][]
如果它是实际产品或开源模板引擎的语法,我会感到惊讶。
@@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.