我想调用google api并在jade文件中执行它。有可能做这样的事吗?
是否有任何等价物
include myjs.jade
但是这样的事情:
include https://apis.google.com/js/client.js?onload=init
我的目的不是包括
<script src'https://apis.google.com/js/client.js?onload=init'/>
在我的HTML中但是为了帮助我在提供我的HTML之前构建我的html而调用google shortner。 (在我的HTML中不需要使用google shorturl)。
提前谢谢。
答案 0 :(得分:0)
是否有特定原因想要内联javascript?为什么不像在HTML中使用任何外部JS资源那样包含它?
script(src="<path to source>")