我希望从我的清单(如下)中获取一个变量或语句,并将其放在一个 HTML 文件中。我认为这是一个相当简单的过程,但由于某种原因,我无法弄清楚如何让两人互相交谈。我可以就如何完成这项工作获得一些帮助吗?
显现:
applications:
name: application
instance: 1
buildpack: staticfile_buildpack
host: application-hostTenant
memory: x amount
display: browser
**url: https://iframe-tenant.apps.eu1.mindsphere.io**
description: "A simple app using the iframe method to host an outside
application/link. The link/app is specified in the url"
假设 iFrame/HTML 调用类似(下)
<!DOCTYPE html>
<html>
<head>
<title>Basic Title</title>
</head>
<iframe src="url from the Manifest" style="border:0px #ffffff none;" name="myIFrame" scrolling="yes" frameborder="0" marginheight="0px" marginwidth="0px" height="100%px" width="100%px" allowfullscreen></iframe>
</html>
除了 iframe 和对它的访问之外,网页上不需要任何其他内容。