我在FlashComponent源代码中找到了这个,并且想知道为什么他们在//处将字符串分解了。这是代码:

/**
 * Sets the url for installing flash if it doesn't exist. This should be set to a local resource.
  * @static
  * @type String
  */
  Ext.FlashComponent.EXPRESS_INSTALL_URL = 'http:/' + '/swfobject.googlecode.com/svn/trunk/swfobject/expressInstall.swf';

最佳答案

据我所知,这与满足我们当时使用的构建工具或语法检查器有关。它对代码没有影响。

10-06 07:37