Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我发现自己有很多相同的代码,js responses例如调整高度,以及同一类的一些颜色等。
js responses
有没有办法将所有重复项放在一个函数中,然后在每个 js 响应中调用该函数?如果是这样,怎么做?
在咖啡脚本中,您可以使用创建一个全局函数
@adjustHeights = (arg1, arg2) -> ... code here
然后只需在 js 模板中调用它