在php页面中引入html文件
后缀名为php的文件里面要插入a.html文件,使用方法
<?php include("selectgoods.html"); ?>
原文:http://www.cnblogs.com/snowbaby-kang/p/4026662.html