如何使用节点包含文件?

时间:2017-03-20 22:44:49

标签: javascript php node.js

我想要包含原始文件,例如

如果我有index.htm

<head>
</head>
<body>
  <script>
    <node include file.js>
  </script>
  <node include file.htm>
</body>

显然没有像标签那样的节点标签?这是否有原因。

节点方式是什么?

0 个答案:

没有答案