摘要: 1.关于php <? php echo "hello world"; include "./index.html"; require "./index.tpl"; ?> 2.get和post get的方式是将表单控件的控件名name和取值value信息经过编码后,通过URL发送(可以在地址栏里看到) 阅读全文