比如下面的的html代码中 和PHP文件有一个公共的串 "http://ABCD.com",
怎么做才能实现只需要修改一处,而不用要修改很多地方
<link rel="stylesheet" type="text/css" href="http://ABCD.com/css/style.css" />
<script src="http://ABCD.com/js/123.js"></script>
<script src="http://ABCD.com/js/456.js"></script>
--
FROM 124.205.49.*