gpt4 book ai didi

coffeescript - 简单的 CoffeeScript 网页

转载 作者:行者123 更新时间:2023-12-04 03:58:31 24 4
gpt4 key购买 nike

我看过 coffescript 教程,这些教程展示了如何使用带有 rails、nodejs 甚至 coffeescript REPL 的 coffeescript 来学习它。

我如何创建一个 web 项目,我可以在一个 HTML 页面中编写一个 cofeescript 脚本,我的意思是像

<script type ="text/coffeescript">
//some coffeescript code
</script>

How to use coffeescript in developing web-sites?只是告诉包含输出javascript并测试它。但是,我不想这样做(我觉得它很笨拙)。

我还看到了 coffeescript 网站,它对此有少量指导,它说-

enter image description here

我试过了,我在 jquery 中包含了这些脚本。但我的页面仍然是空白的。有没有人做过,你能提供一个示例代码吗?

谢谢。

最佳答案

只包括 coffee-script.js以通常的方式然后添加 <script>像这样的元素:

<script type="text/coffeescript">
alert 'pancakes!'
</script>​

或这个
<script type="text/coffeescript">
eggs = 'gotta have some'
document.write "It really is CoffeeScript: #{eggs}"
</script>

演示: http://jsfiddle.net/ambiguous/DmuHh/

关于coffeescript - 简单的 CoffeeScript 网页,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9783209/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com