<script>ec(2);</script>
程序是共通的...
下面是asp转php的代码
虽然有的地方不太清楚.基本上还是可以看出.任何语言都是可以互相转换的.
上面是php下面是asp
//-------------------------------------------------------------------------------------
class clsThief
{
//__________________ private $value_; private $src_; private $isGet_; public function setSrc($str) { $this->src_ = $str; } public function getSrc() { return $this->src_; } public function getValue() { return $this->value_; } public function getVersion() { return "Version 2005"; } function __construct() { $this->value_ = ""; Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn