问题标签 [embedded-javascript]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
mysql - ejs templating engine with express 4, foreach fuction for object don't work
I use ejs 1.0 and express 4 and i have problem with iteration. I try to use forEach for my object returned from database (mysql). This is my code for express:
and template:
I try also for() but its don't work to. My object returned from get route:
node.js - 如何将 ejs 与 node-webkit 一起使用
在 package.json
该应用程序给了我这个错误“SyntaxError:意外令牌<”
由于ejs,我认为这是一个问题!(嵌入式js)
关于如何解决这个问题的任何想法?
node.js - EJS和Node,如果传入的对象不存在,EJS会抛出错误?
我正在尝试使用 ejs 将消息对象传递给模板。我的路线代码如下:
在我的 ejs (index.ejs) 文件中,我有:
但是,当我根本不传递对象(不仅仅是message: ""
)时,它会返回以下错误:
同样,如果我尝试if(message.length > 0)
,但这只会给我同样的错误。我认为if
声明的全部意义在于 ifmessage
不存在,它只是跳过。message
如果没有传递消息对象,或者我每次都必须传递一个空对象,我怎样才能让 ejs 不呈现任何内容?
javascript - 我应该如何使用 ejs 垂直渲染表格?
我有一个如下数组:
我应该如何使用ejs变成下表?
我必须确保价格来自正确的工厂。如果 html 允许我逐列定义表格,我认为这个问题很容易。但是 html table 只允许我按行执行。
非常感谢您的帮助。
node.js - 在 url 中使用参数导致包含的文件从相同的 url 下载
我想从 url 获取参数并根据参数显示内容。
我正在使用 express 4 这是我的代码
在我的公共文件夹中有 css 和 js 文件。当我使用带有参数的url时
它试图从中获取 css 和 js 文件
虽然它应该从 url 从公共文件夹中获取文件
如果我使用这样的 url 格式,一切正常
但我不想使用这种格式,我认为我的代码中缺少一些东西请有人帮我解决使用正斜杠格式从 url 获取参数并仍然从公共目录获取 css 和 js 文件
javascript - 是否可以缩小 ejs 文件中的 JS 代码?
我想知道是否可以缩小 EJS 文件等模板文件中包含的 JS 代码。
有用吗?我在考虑表演。它仍然是一种隐藏评论、解释的方法。
express - 通过路由将 JSON 快速解析为模板
我无法通过路由解析来自 mongodb 的数据。我想返回每个对象的标题字段。
我有以下架构:
我将架构存储在此变量中:
这是我的路线:
我在我的模板中使用这个逻辑,但想出了“未定义”
node.js - Express 使 mongodb 数据在路由中可用
这似乎是一个相对简单的问题,但我似乎找不到好的文档。我想将 mongodb 中的 json 数据传递到路由中,以便它在我的 ejs 模板中可用。
我的架构是:
我想将它作为变量列表传递给我的以下路线:
twitter-bootstrap - Using bootstrap css in Sails.js
I just started learning Sails.js and am trying to make a simple application. I have a <link>
tag linking to the bootstrap cdn in my layout.ejs. After certain changes to certain files I get this message.
After choosing any of these it seems, that when I try connecting to the page everything works but my link to bootstrap has been removed and the styling is gone. I'm new to sails, and any kind of backend work so I'm not sure what could be happening.
node.js - 在 emacs 中格式化 ejs 模板文件
是否有任何可以正确格式化ejs模板文件的emacs模式。
示例 EJS 模板文件