首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
PHP
我今天发现PHP可以静态调用未声明静态的方法,请问JAVA,C++等语言可以么?
m4ker
·
2011-03-04 14:27:59 +08:00
· 4247 次点击
这是一个创建于 5012 天前的主题,其中的信息可能已经有所发展或是发生改变。
<?php
class test{
function test2(){
echo 'it works too';
}
}
test::test2();
这么写通过了,我想知道其他语言是否可以,请附上试验代码。
目前尚无回复
test2
test
静态
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
2753 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 21ms ·
UTC 11:42
·
PVG 19:42
·
LAX 03:42
·
JFK 06:42
Developed with
CodeLauncher
♥ Do have faith in what you're doing.