我正在使用Grape框架来检索数据,这很有效。我还想使用API检索JavaScript文件。例如:
<!DOCTYPE html>
<html>
<head>
<script defer src="http://someapi.com/dni_js/dni.js" > </script>
</head>
<body>
</body>
</html>
http://someapi.com/dni_js/dni.js正在调用API。
实现这一目标的最佳方法是什么?