yourtour的几种链接
php,html
{:URL('User-Register/index')} 格式:http://www.xxx.com/index.php?g=User&m=User&a=index
{:URL('User/index')} 格式http://www.xxx.com/index.php?g=Home&m=User&a=index
require_once( __ROOT__."/Public/pay/alipay.config.php");
$mo = URL('Admin-Pay/index');
js
__ROOT__ 根目录