如何使用 Apache Sling 在页面 HTML 中包含 JS

How to include JS in a page HTML with Apache Sling

在 Apache Sling 中,我想将 javascript 包含到 HTML 页面中。 通过 http://localhost:8080/bin/browser.html/ 我创建了两个节点(然后手动):html.html 和 processing.js.
html.html 的 JSON 是:

{
  "jcr:created": "{Date}2018-04-19 20:50:09",
  "jcr:createdBy": "admin",
  "jcr:primaryType": "{Name}nt:file",
  "jcr:content": {
    "jcr:data": "/bin/cpm/nodes/property.bin/apps/res/html.html/_jcr_content?name=jcr%3Adata",
    "jcr:lastModified": "{Date}2018-04-19 20:50:09",
    "jcr:lastModifiedBy": "admin",
    "jcr:mimeType": "text/html",
    "jcr:primaryType": "{Name}nt:resource",
    "jcr:uuid": "ed3121b3-580c-46b2-acc6-7029cdb6f1c3"
  }
}
processing.js 的

JSON 是:

{
  "jcr:data": "/bin/cpm/nodes/property.bin/apps/res/processing.js?name=jcr%3Adata",
  "jcr:lastModified": "{Date}2018-04-19 21:32:40",
  "jcr:lastModifiedBy": "admin",
  "jcr:mimeType": "text/javascript",
  "jcr:primaryType": "{Name}nt:resource",
  "jcr:uuid": "74fd137a-3b37-4893-b443-bd086a4fb4d7"
}

在页面 HTML 中,我将 processing.js 和