我发现了许多使用js的方法,但是我无法使这些js在我的ejs文件中工作,我将它们包装在<%%>中或将其放置在标签中,但不管我尝试获得什么值,都没有用尝试加载页面时,来自js的功能未定义。 `
</head>
<body>
<ul>
<li>
<a href="/"><strong>Home</strong></a>
</li>
<li>
<a href="/news"><strong>News</strong></a>
</li>
<li style="float:right">
<a class="active" href="/about"><strong>About</strong></a>
</li>
<li class="search-bar">
<form action="/complete" method="GET">
<input type="hidden" name="page" value='2'>
<input type="hidden" name="type" value='<%=value%>'> """======< in this variable I have to use the value in the url (com/sth/?var=value)
<input class="input" type="submit" value="next page">
</form>
</li>
</ul>
</body>`
这是不是html的ejs文件