摘要:
select <select id="selectPerson" parameterType="int<!--参数类型-->" resultType="hashmap<!--返回值类-->"> SELECT * FROM PERSON WHERE ID = #{id}<!--接收参数的放式--> < 阅读全文
摘要:
暂时写点代码看着,以后再来深入了解。 class Cat{ public $name; public $food; public function __construct($name,$food){ $this->name = $name; $this->food = $food; } public 阅读全文