我想知道正确的命名法。 java中点运算符的名称(一般)是什么,或者是> ($ object-> method())在php中。 我指的是通用名称,例如'reference operator'或'dereference operator'。
答案 0 :(得分:-1)
所以正确的名字是:
。 - 点运算符http://docs.oracle.com/javase/tutorial/java/javaOO/usingobject.html
- > - 对象运算符http://php.net/manual/en/language.oop5.php