1

ソース コードでこれを見つけたので、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';
4

1 に答える 1

1

私が覚えている限りでは、それは当時使用していたビルド ツールまたは構文チェッカーを満足させるためのものでした。コードへの影響はありません。

于 2013-04-05T21:31:37.220 に答える