字面上只是去掉了你的源解析之前的评论,或者他们可以算作换行,并在某些情况下破坏的连续性?
'foo'.replace(/f/, 'b') //f->b
.replace(/o/, 'a') //o->a
.replace(/o/, 'r') /*o->r*/ ;
'foo'.replace(/x/, /*matches "x"*/ 'y');
var foo = ( true !== false ) ? // bikeshed
'bar' : /*if they're equal, which they won't be, we'll want 'baz'*/ 'baz';
你知道,因为他们说的空白就是“安全”和“不重要”或什么,但我们都知道有例外情形。 正在评论实际上是安全的?