2
我注意到了一些JavaScript庫在自己的註釋塊的,像這樣開頭有一個奇怪的感嘆號:JS庫:什麼是在註釋塊感嘆號?
/*!
* some jQuery plugin
* MIT license
*/
這是否意味着什麼?
舉幾個例子:
- https://github.com/desandro/masonry/blob/master/masonry.js
- https://github.com/ed-lea/jquery-collagePlus/blob/master/jquery.collagePlus.min.js
- https://github.com/GBKS/Wookmark-jQuery/blob/master/jquery.wookmark.min.js
也看到這樣的回答:http://stackoverflow.com/questions/11248363/the-purpose-of-starting-an-initial-comment-with-in-javascript-and-css-files –