if (ax_response = OpenID::AX::FetchResponse.from_success_response openid_response)
如果我删除 ( ) 括号,上面的行会引发语法错误 ..Unexpected tIdentifier 。为什么 ?
if (ax_response = OpenID::AX::FetchResponse.from_success_response openid_response)
如果我删除 ( ) 括号,上面的行会引发语法错误 ..Unexpected tIdentifier 。为什么 ?