可以的,通过coffeescript.js来实现。
示例代码如下:
<html>
<head>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/jquery-3.2.1.min.js"></script>
<script type="text/coffeescript">
$ -> $('#header').css 'background-color', 'green'
</script>
<script type="text/javascript" src="//repo.bfw.wiki/bfwrepo/js/coffee-script.js"></script>
</head>
<body>
<h1 id="header" style="color:white">CoffeeScript is worked!</h1>
</body>
</html>
网友回复