标签:
强行和别的语句做一个分割,因为有可能前面的语句,或者别人的代码最后一行没有;号作为代码的结束,可能会导致错误。所以加一个;号,作为切割。
例如下面的代码:
/*! * Nestable jQuery Plugin - Copyright (c) 2012 David Bushell - http://dbushell.com/ * Dual-licensed under the BSD or MIT licenses */ ;(function($, window, document, undefined)
javascript 模块、函数、语句的前面的分号“;”的含义
标签:
原文地址:http://blog.csdn.net/fox_lht/article/details/45268691