php怎么传递不在form的变量,变量类型不 是 简单的 TEXT 
例如
t1.php<?php  $item = new Item(); ?>
t2.php<?php //在这里使用 t1.php中的  $item ?>