// 示例一: 
$SQL1 ="select * from table where id={$_GET['id']}";// 示例二: 
$SQL2 ="select * from table where id={$this->id}"; 
OK,花括号我们就玩到这里了。
 
// 示例一: 
$SQL1 ="select * from table where id={$_GET['id']}";// 示例二: 
$SQL2 ="select * from table where id={$this->id}"; 
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://www.heiqu.com/e9c1abc63f207d3507f3beac1a3f157a.html