【发布时间】:2016-01-14 00:40:57
【问题描述】:
我想在 node.js 页面中生成其他页面,例如 php yeild
<!-- center -->
<div class="row" style="min-height:500;margin:5px 10px 0px 10px;" >
// i whant @yield('main') here like php
</div>
<!-- footer -->
<footer class="row" name="footer" >
</footer>
【问题讨论】:
标签: javascript jquery html node.js