Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
对于一些代码,如
if([aString writeToFile: @"outfile" atomically: YES])
我想知道 atomically 是参数还是参数名称?
参数名称将是变量的名称。我想您可以将其称为参数,但在我看来,参数是一个非常笼统的术语。
我认为正确的说法是它是方法名称,它是它的一部分。只是你可以在两者之间有参数来拆分它。
顺便说一句,这是我在目标 c 中喜欢的东西之一,多亏了它,代码变得如此可读:)