0
我正在使用Grape框架來檢索數據,這很好。我也想使用API檢索JavaScript文件。例如:使用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。
完成此操作的最佳方法是什麼?